Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #11

Merged
merged 1 commit into from
Jun 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
dnkennedy marked this conversation as resolved.
Show resolved Hide resolved
```

Finally, with this single step it becomes possible to transfer the entire dataset, including annexed file content, to the same GitHub repository:
Expand Down