Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 207 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 207 Bytes

Community Workshop: Git(hub) for Newbies

with Zoé Wolter

$ git clone https://github.com/CorrelAid/community-workshop-git.git
$ git status
$ git add .
$ git commit -m "some message"
$ git push