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
e7367c24
Commit
e7367c24
authored
Jan 19, 2018
by
Paul McCarthy
🚵
Browse files
fix markdown
parent
e2845c22
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e7367c24
...
...
@@ -15,34 +15,34 @@ To contribute to the practicals:
2.
Make a local clone of your fork:
```
git clone git@git.fmrib.ox.ac.uk:<username>/pytreat-2018-practicals
```
```
git clone git@git.fmrib.ox.ac.uk:<username>/pytreat-2018-practicals
```
3.
Add the upstream repository as a remote:
```
git remote add upstream git@git.fmrib.ox.ac.uk:fsl/pytreat-2018-practicals.git
```
```
git remote add upstream git@git.fmrib.ox.ac.uk:fsl/pytreat-2018-practicals.git
```
4.
Make your changes on your local repository
5.
Rebase onto the upstream repository, and push your changes to your fork:
```
git fetch --all
git rebase upstream master
git push origin master
```
```
git fetch --all
git rebase upstream master
git push origin master
```
6.
In gitlab, submit a merge request from your fork back to the upstream
repository.
To run these notebooks in the
`fslpython`
environment, you must first install
jupyter:
```
source $FSLDIR/fslpython/bin/activate fslpython
conda install jupyter
...
...
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