todo
This commit is contained in:
parent
e038005e80
commit
631608d55b
1 changed files with 11 additions and 0 deletions
11
doc/todo/sync_content_of_a_single_directory_or_file.mdwn
Normal file
11
doc/todo/sync_content_of_a_single_directory_or_file.mdwn
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
`git annex sync --content` operates on the whole work tree, not only the
|
||||||
|
current directory. This is different than other git-annex commands, and
|
||||||
|
makes sense in a way since git pull works like that too. But, sometimes
|
||||||
|
I only want the content of a single directory, or perhaps file.
|
||||||
|
|
||||||
|
This could be implemented as `git annex sync --content thedir`, except
|
||||||
|
that would conflict with the name of the remote to sync with that it
|
||||||
|
currently takes. Perhaps `git annex sync --dir==thedir`, which
|
||||||
|
automatically enables content syncing?
|
||||||
|
|
||||||
|
--[[Joey]]
|
Loading…
Reference in a new issue