Skip to content

Commit 32f6db5

Browse files
authored
Merge pull request #38 from adswa/fixes
Fixes to the version control section
2 parents fb8f859 + 6a91dac commit 32f6db5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

_episodes/02-vcs.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ commands to merge the `git-annex` branch correctly.
266266
> > % cd ds000114
267267
> > % git annex get sub-*/anat/sub-*_T1w.nii.gz # 2.
268268
> > % git annex get derivatives/freesurfer/sub-*/mri/T1.mgz # 3. (should fail)
269-
> > % git remote add datalad datasets.datalad.org/workshops/nipype-2017/ds000114/.git
269+
> > % git remote add datalad http://datasets.datalad.org/workshops/nipype-2017/ds000114/.git
270270
> > % git fetch datalad
271271
> > % git annex get derivatives/freesurfer/sub-*/mri/T1.mgz # 4. (should succeed)
272272
> > ~~~
@@ -314,15 +314,19 @@ crawlers" for existing data portals, it provides unified access to over
314314
10TB of neural data from various initiatives (such as CRCNS, OpenfMRI, etc).
315315
316316
> ## External teaching materials
317+
> - [The DataLad Handbook](https://handbook.datalad.org) is a code-along crash-course
318+
> on the basic and advanced principles of DataLad, and the most up-to-date and
319+
> most comprehensive user-documentation that exists for DataLad. The section
320+
> [Basics (Full: One day)](https://handbook.datalad.org/en/latest/basics/intro.html) demonstrates
321+
> and teaches the core commands of the tool, and the section
322+
>[usecases (each usecase: 10-30 min)](https://handbook.datalad.org/en/latest/usecases/intro.html)
323+
> gives an overview of what is possible.
317324
> - [DataLad lecture and demo (Full: 55 min)](https://www.youtube.com/watch?v=sDP1jhRkKRo)
318325
> This lecture describes the goals and basic principles of DataLad, and presents
319326
> the first of the demos on discovery and installation of the datasets.
320327
> - [DataLad demos of the features (Full: 30 min, review: 10 min)](http://datalad.org/features.html)
321328
> provides an [asciinema](http://asciinema.org) (and shell script versions) introduction
322329
> to major features of DataLad
323-
> - [This example of a DataLad collaborative workflow (Full: 10 min)](http://docs.datalad.org/en/latest/generated/examples/3rdparty_analysis_workflow.html)
324-
> presents a simple workflow using DataLad to fully “version-control”
325-
> data code in the project and collaborate efficiently
326330
{: .callout}
327331
328332

0 commit comments

Comments
 (0)