Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michiel Cottaar
win-pytreat
Commits
09e6840e
Commit
09e6840e
authored
Mar 05, 2020
by
Paul McCarthy
🚵
Browse files
recommend branch over fork
parent
e74965d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
09e6840e
...
...
@@ -65,10 +65,10 @@ https://git.fmrib.ox.ac.uk/fsl/pytreat-practicals-2020
Updates to the master branch should occur via merge requests. You can choose
to either work on a branch within this repository, or on a fork of this
repository.
to either work on a branch within this repository
(recommended)
, or on a fork of this
repository
(advanced)
.
### Using a branch within this repository
### Using a branch within this repository
(recommended)
1.
Make a local clone of the repository:
...
...
@@ -99,7 +99,7 @@ repository.
branch.
### Using a fork of this repository
### Using a fork of this repository
(advanced)
1.
Fork the upstream repository on gitlab
...
...
@@ -142,17 +142,17 @@ repository into your local repository:
git fetch --all
# make sure you are on the correct local branch - if you followed the
# instructions above and are working on a fork of the main repository:
git checkout master
# Or if you are working on a branch within the main repository:
# instructions above and are working on a branch within the main repository:
git checkout my_cool_branch
#
Do this
if you are working on a fork of the main repository
git
merge upstream/
master
#
Or
if you are working on a fork of the main repository
:
git
checkout
master
#
Or d
o this if you are working on a branch within the main repository
#
D
o this if you are working on a branch within the main repository
git merge origin/master
# Or do this if you are working on a fork of the main repository
git merge upstream/master
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment