1
- ### Exercise to practice collaborative forking workflow
1
+ ## Exercise to practice collaborative forking workflow
2
2
3
3
We will run this exercise in groups and we number the groups
4
4
1, 2, ..., etc.
@@ -9,11 +9,11 @@ Objectives:
9
9
- Learn how to update your fork with upstream changes
10
10
11
11
12
- #### Part A: Fork and clone
12
+ ### Part A: Fork and clone
13
13
14
14
First fork this repository on GitHub into your namespace and then clone the fork to your computer.
15
15
16
- #### Part B: Modify
16
+ ### Part B: Modify
17
17
18
18
Then add a file ` groupN.py ` where N is your group number, e.g. ` group17.py ` .
19
19
@@ -36,22 +36,22 @@ $ python main.py
36
36
group 17 says: please replace this boring sentence with something more fun
37
37
```
38
38
39
- #### Part C: Push
39
+ ### Part C: Push your changes to the fork
40
40
41
41
Once you see your sentence correctly printed, commit and push to your fork. Don't worry
42
42
nothing gets out to Twitter but please mind that your changes will be public on
43
43
GitHub (but you can delete them later).
44
44
45
45
46
- #### Part D: File a pull request
46
+ ### Part D: File a pull request
47
47
48
48
Then file a pull request towards the repository where you forked from.
49
49
50
50
Wait until we integrate all pull requests into the central repo
51
51
together on the big screen.
52
52
53
53
54
- #### Part E: Update your fork
54
+ ### Part E: Update your fork
55
55
56
56
We do this part ** after the contributions from all groups have been integrated** .
57
57
0 commit comments