fix wrong option, followup
This commit is contained in:
parent
b5d1029b6e
commit
077efce98b
2 changed files with 11 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -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.
|
||||
"""]]
|
Loading…
Reference in a new issue