- Clone this repo:
git clone git@github.com:LSHTM-GHECO/git-workshop.git
- Create your own branch (with any name):
git checkout -b mynewbranch
-
Add your contender for best song of all time
-
Commit your change:
git commit -m "added my song"
- Push your commit:
git push -u origin mynewbranch
- Open a pull request on GitHub to merge your branch to main
Rocket man by Elton John