- add locking
- install datalad
datalad create -f [folder]
.gitignore
datlad save -m "added a folder to tracking"
- create the repo on GIN
datalad siblings add -d . --name gin --url git@gin.g-node.org:/ozika/pain_learning_raw_dataset.git
datalad push -f all --to gin
before 0.15
datalad publish -f --to gin --transfer-data all
datalad status --annex all
datalad update only updates the information, to see the new files one needs to change branch to
origin/main to see which ones are there!
datalad update -s origin --merge TRUE
before 0.15
datalad update -s origin --merge ALLOWED
datalad get . gets all files
datalad get file1 file2 get specific files
datalad drop .
datalad clone [url]