datalad-handbook/docs/basics/_examples/DL-101-119-104
2023-11-10 15:07:33 +01:00

10 lines
259 B
Text

$ # navigate back:
$ cd ../../DataLad-101
$ # write the note
$ cat << EOT >> notes.txt
To update a shared dataset, run the command "datalad update --how merge".
This command will query its origin for changes, and integrate the
changes into the dataset.
EOT