Tuesday, November 26, 2013

Github


Initial repository setup:
Log into Github and setup a new repository.





Leave blank the box in front of "Initialize this repository with a README"

Populate the repository with your local copy:
$ git remote add origin https://github.com/<username>/MyNewRepository.git 

$ git push -u origin master


Update Github with current files:
$ git push