back to home - see all tags

Tags

git

git - bare minimum

The bare minimum commands you need to update your git repo and sync to your github account are as follows: git status git add <any new files> git commit -a -m "Update Description" git push -u origin master There, I said it. I didn't see this...

page generated in 0.019 seconds.