Set up your GitHub account.
We will follow GitHub workflow (5min read)
- Fork the project.
- Pull/fetch the forked project to your machine.
- Create a branch for adding your presentation/materials for the seminar from master.
- Actually prepare those materials. (Do not call sick, we won't believe you)
- Push the branch with the master to your GitHub project (the forked one).
- Open a Pull Request.
- Based on the review, your Pull Request will be merged or closed :) .
For collaboration between team members, you can either set up an additional central repository (this could be private, if you want) and use that or use the forked project (by one of you) and work that way.
MH's presentation on Git can be found on the Data Processing in Python (JEM207) course GitHub repo in the presentation for the 1st lecture.