Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixed datalad siblings configure syntax
  • Loading branch information
dnkennedy authored Jun 3, 2022
1 parent d13aeca commit 52dde18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exercise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ $ datalad siblings
In order to link the annexed contents in the LFS special remote to the GitHub sibling such that we can update both simultaneously, we need to configure a publication dependency using the `publish-depends <sibling>` option. We'll set it such that the `github` sibling depends on the `github-lfs` sibling.
```
datalad siblings github --publish-depends github-lfs
datalad siblings configure -s github --publish-depends github-lfs
```
Finally, with this single step it becomes possible to transfer the entire dataset, including annexed file content, to the same GitHub repository:
Expand Down

0 comments on commit 52dde18

Please sign in to comment.