1- ### Exercise to practice collaborative forking workflow
1+ ## Exercise to practice collaborative forking workflow
22
33We will run this exercise in groups and we number the groups
441, 2, ..., etc.
@@ -9,11 +9,11 @@ Objectives:
99- Learn how to update your fork with upstream changes
1010
1111
12- #### Part A: Fork and clone
12+ ### Part A: Fork and clone
1313
1414First fork this repository on GitHub into your namespace and then clone the fork to your computer.
1515
16- #### Part B: Modify
16+ ### Part B: Modify
1717
1818Then add a file ` groupN.py ` where N is your group number, e.g. ` group17.py ` .
1919
@@ -36,22 +36,22 @@ $ python main.py
3636group 17 says: please replace this boring sentence with something more fun
3737```
3838
39- #### Part C: Push
39+ ### Part C: Push your changes to the fork
4040
4141Once you see your sentence correctly printed, commit and push to your fork. Don't worry
4242nothing gets out to Twitter but please mind that your changes will be public on
4343GitHub (but you can delete them later).
4444
4545
46- #### Part D: File a pull request
46+ ### Part D: File a pull request
4747
4848Then file a pull request towards the repository where you forked from.
4949
5050Wait until we integrate all pull requests into the central repo
5151together on the big screen.
5252
5353
54- #### Part E: Update your fork
54+ ### Part E: Update your fork
5555
5656We do this part ** after the contributions from all groups have been integrated** .
5757
0 commit comments