Browse Source

Add note on datalad clone

Elena Piscopia 4 years ago
parent
commit
0de1d07b21
1 changed files with 6 additions and 0 deletions
  1. 6 0
      notes.txt

+ 6 - 0
notes.txt

@@ -5,3 +5,9 @@ The command "datalad save [-m] PATH" saves the file
 (modifications) to history. Note to self:
 Always use informative, concise commit messages.
 
+The command 'datalad clone URL/PATH [PATH]'
+clones a dataset from e.g., a URL or a path.
+If you clone a dataset into an existing
+dataset (as a subdataset), remember to specify the
+root of the superdataset with the '-d' option.
+