This repository is for the live demonstration within the "Git Educated with diversIT" workshop to demonstrate collaboration with Git.
Fork this repository.
Clone the forked repository.
$ git clone https://github.com/<username>/git-educated-demo.git
Add an upstream remote.
$ git remote add upstream https://github.com/faishasj/git-educated-demo.git
Fetch changes from the upstream.
$ git fetch upstream <branch>
Create and checkout a new branch.
$ git checkout -b <branch>
Add your name under the correct date in attendees.
Commit and push changes to the origin remote.
$ git commit -m β<message>β
$ git push origin <branch>
Submit a pull request.
Faisha Surjatin
Nicholas Whittaker (@nchlswhttkr)
Kolya Haisken-De New
Phillip Sgardelis