If you are just starting out then your most used commands will probably be : git add . git commit -m 'some informative message' git push origin master Those commands have served me well in my early days of learning how to get my code back up to GitHub.
↧