! Git Workshop Notes from Git workshop Stephs Gist notes My usual workflow git clone url/repo.git cd repo # make some changes to file.md git add file.md git commit -m "Important change" git push R Studio and Git Jenny BC Tips