Skip to content

markmnich/vanmnich.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installing

To build/rebuild this repository, run the following commands:

git clone git@github.com:markmnich/vanmnich.com.git
cd Repositories/vanmnich.com
touch index.html
mkdir css
touch css/stylesheet.css
git add --all
git commit -m "Initial commit"
git push -u origin master

Updating

To update this repository, run the following commands:

cd Repositories/vanmnich.com
git branch newBranch
git branch -a
git add .
git commit -a -m “updated newBranch”
git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors