10 lines
259 B
Text
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
|