zaccharieramzi / git-tuto

A very sparse repo to practice the basics of git and GitHub flow in open source
4 stars 19 forks source link

Added tobias-liaudat to the participants file #10

Closed tobias-liaudat closed 4 years ago

tobias-liaudat commented 4 years ago

Hello world

zaccharieramzi commented 4 years ago

You need to go back to the master branch locally: git checkout master You need to pull the current version of the code git pull upstream master You can then revert back to your branch: git checkout tobias-liaudat You need to merge back master git merge master.