Bladeren bron

add note datalad and git diff

Elena Piscopia 4 jaren geleden
bovenliggende
commit
1c6772d1ce
1 gewijzigde bestanden met toevoegingen van 5 en 0 verwijderingen
  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.
+