Saturday 27 August 2011

Github commit


cd js3


when you commit on your local repo?


always start with git status


then git add .


then git commit . -m "message goes here"


then to push to the remote github


git push origin master


basically you just push the entire repo's changes to github

No comments:

Post a Comment