Skip to content

Commit

Permalink
Recommend --all for git annex push
Browse files Browse the repository at this point in the history
  • Loading branch information
mguaypaq authored May 16, 2024
1 parent f3188d6 commit 39d9478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/git-datasets.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ If you want to modify a dataset, you should make a pull request, which can then
4. For the previous steps, only read access was needed. For the following steps, you will need [write access](#getting-write-access-to-a-repository).
5. To push the changes to the server (both the changes in your branch `xyz/some-topic` and in the special branch `git-annex`), you can use the command:
```sh
git annex push
git annex push --all
```
If your version of `git-annex` is older, you may need to use this command instead:
```sh
Expand Down

0 comments on commit 39d9478

Please sign in to comment.