fix wrong option, followup

This commit is contained in:
Joey Hess 2019-03-22 09:51:42 -04:00
parent b5d1029b6e
commit 077efce98b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 11 additions and 1 deletions

View file

@ -95,7 +95,7 @@ operate on. (This might be improved later, but it's how things are currently.)
What will work is to use `git annex sync`, which knows you're in an adjusted branch
and can get hidden files.
git annex sync --content some_file some_directory --no-push --no-pull
git annex sync --content-of some_file --no-push --no-pull
Unlike getting files that are hidden, dropping files is no problem, since
the file you want to drop will be present. But, after dropping a file,

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="joey"
subject="""comment 2"""
date="2019-03-22T13:50:10Z"
content="""
I've fixed the two problems you spotted in the tip.
git annex sync -C does work for me to get missing files.
It would be good to file a bug report if you know how to make it not work.
"""]]