Added a comment: Using the --content flag

This commit is contained in:
Steven 2021-05-29 00:14:31 +00:00 committed by admin
parent 6b0f4eeb1f
commit 57df23c134

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="Steven"
avatar="http://cdn.libravatar.org/avatar/bc0cef8062401f1b84db320cb56c28bd"
subject="Using the --content flag"
date="2021-05-29T00:14:30Z"
content="""
It seems like I had to use the following command:
```
git annex sync --content
```
After this, I saw all the files available.
I expected `git annex get .` to do that, but I might simply have the wrong mental model of all of this.
"""]]