10 lines
293 B
Text
10 lines
293 B
Text
$ # navigate back:
|
|
$ cd ../../../../DataLad-101
|
|
|
|
$ # write the note
|
|
$ cat << EOT >> notes.txt
|
|
The command "git annex whereis PATH" lists the repositories that have
|
|
the file content of an annexed file. When using "datalad get" to
|
|
retrieve file content, those repositories will be queried.
|
|
|
|
EOT
|