datalad-handbook/docs/basics/_examples/DL-101-109-110
2020-01-10 07:49:08 +01:00

7 lines
244 B
Text

$ cat << EOT >> notes.txt
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.
EOT