12 lines
395 B
Text
12 lines
395 B
Text
$ cd midterm_project
|
|
$ # we are in midterm_project, thus -d . points to the root of it.
|
|
$ datalad clone -d . \
|
|
https://github.com/datalad-handbook/iris_data.git \
|
|
input/
|
|
[INFO] Remote origin not usable by git-annex; setting annex-ignore
|
|
install(ok): input (dataset)
|
|
add(ok): input (dataset)
|
|
add(ok): .gitmodules (file)
|
|
save(ok): . (dataset)
|
|
add(ok): .gitmodules (file)
|
|
save(ok): . (dataset)
|