GitHub Beginner
2018-09-10 11:05:41 github-beginner
I am no stranger to GitHub but I don't use it often enough to remember the commands. I'll bet I'm not the only one! Anyway, I'll be doing more commits these days so here's some notes.
Existing Project
Commit in root dir: git add -A && git commit -m "Update notes"
Push to GitHub: git push origin master
New Project
Startup new project: git init
Same commit command: git add -A && git commit -m "Update notes"
At GitHub go to your menu and hit Repositories - New - and fill in the blanks
Then at the website they will give you further instructions to put in the cli