notes.txt 475 B

12345678910111213
  1. One can create a new dataset with 'datalad create [--description] PATH'.
  2. The dataset is created empty
  3. The command "datalad save [-m] PATH" saves the file
  4. (modifications) to history. Note to self:
  5. Always use informative, concise commit messages.
  6. The command 'datalad clone URL/PATH [PATH]'
  7. clones a dataset from e.g., a URL or a path.
  8. If you clone a dataset into an existing
  9. dataset (as a subdataset), remember to specify the
  10. root of the superdataset with the '-d' option.