Skip to content

Commit e3f3cb8

Browse files
committed
Update Git_workflow_exercises.md
configuring a remote
1 parent 1cdeebe commit e3f3cb8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: docs/guides/Git_workflow_exercises.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### GitHub workflows
22

3-
To get setup as a PhUSE CS collaborator, see [Contributor_setup.md](https://github.com/phuse-org/phuse-scripts/blob/master/docs/guides/Contributor_Setup.md)
3+
To get setup as a PhUSE CS collaborator, see [Collaborator_Setup.md](https://github.com/phuse-org/phuse-scripts/blob/master/docs/guides/Collaborator_Setup.md)
44

55
### Objective
66

@@ -47,7 +47,9 @@ Script GitHub workflow exercises for CSS 2016.
4747
* Substantial change: development of new feature takes some time
4848

4949
1. EXT. Collaborator:
50-
* ... Re-syncs often with origin repo, so always working with up-to-date files. [Re-syncing requires command line](https://help.github.com/articles/syncing-a-fork/)
50+
* ... Re-syncs often with origin repo, so always working with up-to-date files.
51+
* [Link your fork to the original repo, "configuring a remote"](https://help.github.com/articles/configuring-a-remote-for-a-fork/)
52+
* [Re-syncing requires command line](https://help.github.com/articles/syncing-a-fork/)
5153
* ... is responsible for merging in latest changes from phuse-org/phuse-scripts, the "base" repo
5254
* ... develops a new feature, extensive changes in own fork
5355
* ... creates "pull request" in the fork

0 commit comments

Comments
 (0)