Skip to content

Commit

Permalink
Merge pull request #11 from ReproNim/dnkennedy-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
dnkennedy authored Jun 4, 2022
2 parents d13aeca + 52dde18 commit a1ffab3
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 a1ffab3

Please sign in to comment.