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
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