The Basics Download a repository from github git clone <url> Push changes back to github git commit -a -m “Commit Message” git push This will only publish modified files. If you’ve added any new files you have to manually stage them...