Browse Source

add note datalad and git diff

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

+ 5 - 0
notes.txt

@@ -11,3 +11,8 @@ If you clone a dataset into an existing
 dataset (as a subdataset), remember to specify the
 root of the superdataset with the '-d' option.
 
+There are two useful functions to display changes between two
+states of a dataset: "datalad diff -f/--from COMMIT -t/--to COMMIT"
+and "git diff COMMIT COMMIT", where COMMIT is a shasum of a commit
+in the history.
+