Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 462 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 462 Bytes

A gif!

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