Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pytreat-practicals-2020
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
pytreat-practicals-2020
Commits
0f70341c
Commit
0f70341c
authored
5 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
instructions for attendees; use https not git, so no need for ssh keys
parent
bb3e2dad
No related branches found
No related tags found
1 merge request
!3
instructions for attendees; use https not git, so no need for ssh keys
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-4
11 additions, 4 deletions
README.md
with
11 additions
and
4 deletions
README.md
+
11
−
4
View file @
0f70341c
...
@@ -28,11 +28,18 @@ These notebooks can be run in the `fslpython` environment using:
...
@@ -28,11 +28,18 @@ These notebooks can be run in the `fslpython` environment using:
```
```
git clone
git@
git.fmrib.ox.ac.uk
:
fsl/pytreat-practicals-2020.git
git clone
https://
git.fmrib.ox.ac.uk
/
fsl/pytreat-practicals-2020.git
cd pytreat-practicals-2020
cd pytreat-practicals-2020
fslpython -m notebook
fslpython -m notebook
```
```
A page should open in your web browser - to access the practicals, navigate
into one of the
`getting_started`
or
`advanced_topics`
directories, and click
on the
`.ipynb`
file you are interested in. Some of the talks are also
presented in notebook form - navigate to the talk you are interested in
(within the
`talks`
directory), and click on the
`.ipynb`
file to follow
along.
Throughout the week we might make changes to this repository. When this
Throughout the week we might make changes to this repository. When this
happens, we will ask you to update your local clone of the repository with the
happens, we will ask you to update your local clone of the repository with the
...
@@ -67,13 +74,13 @@ repository. To contribute to the practicals using a fork:
...
@@ -67,13 +74,13 @@ repository. To contribute to the practicals using a fork:
2.
Make a local clone of your fork:
2.
Make a local clone of your fork:
```
```
git clone
git@
git.fmrib.ox.ac.uk
:<username>
/pytreat-practicals-2020
git clone
https://
git.fmrib.ox.ac.uk
/fsl
/pytreat-practicals-2020
.git
```
```
3.
Add the upstream repository as a remote:
3.
Add the upstream repository as a remote:
```
```
git remote add upstream
git@
git.fmrib.ox.ac.uk
:
fsl/pytreat-practicals-2020.git
git remote add upstream
https://
git.fmrib.ox.ac.uk
/
fsl/pytreat-practicals-2020.git
```
```
4.
Make your changes on your local repository
4.
Make your changes on your local repository
...
@@ -93,7 +100,7 @@ Or, to contribute via a branch:
...
@@ -93,7 +100,7 @@ Or, to contribute via a branch:
1.
Make a local clone of the repository:
1.
Make a local clone of the repository:
```
```
git clone
git@
git.fmrib.ox.ac.uk
:
fsl/pytreat-practicals-2020
git clone
https://
git.fmrib.ox.ac.uk
/
fsl/pytreat-practicals-2020
.git
```
```
2.
Create a branch for your work:
2.
Create a branch for your work:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment