my first github repo To link local and github.com repo: git remote add origin git@github.com:git4rk/hello-world git pull origin master other commands: git status git add fileName : to add file to staging area before commiting check status again: git status git commit -m "comment about what you changed" git push --all git log git diff