This commit is contained in:
parent
2ebf0ec447
commit
2ba39786fd
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ I want the 2 client repos to only want content that is already present in the re
|
|||
|
||||
And let's say the 2 client repos already contain the file test.txt.
|
||||
|
||||
When I modify test.txt in the laptop repo and run git annex sync --content, then go to the desktop repo and run git annex sync,<br>
|
||||
When I modify test.txt in the laptop repo and run git `annex sync --content`, then go to the desktop repo and run `git annex sync`,<br>
|
||||
the behavior I'm expecting is that text.txt in the desktop repo will be updated when sync is run since clients want content that is already present.
|
||||
|
||||
However, what happens is that the file text.txt in the desktop repo is dropped.<br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue