浏览代码

add note datalad and git diff

Elena Piscopia 4 年之前
父节点
当前提交
1c6772d1ce
共有 1 个文件被更改,包括 5 次插入0 次删除
  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.
+