Skip to content

Commit

Permalink
docs(cli): Add a datalad get example
Browse files Browse the repository at this point in the history
  • Loading branch information
nellh committed Jan 10, 2025
1 parent 6f75bfb commit 62a6d3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ git annex fsck --fast --from openneuro

After this you can use regular git-annex or datalad commands to upload or download any annexed files by using the openneuro remote.

```shell
# Download any annexed objects
datalad get .
```

```shell
# To upload any annexed objects to the remote
git annex copy --to openneuro
Expand Down

0 comments on commit 62a6d3f

Please sign in to comment.