diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-28 20:53:17 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-28 20:53:17 -0400 |
commit | 17efa06748ddf67c0bc29359cedba381e7db4625 (patch) | |
tree | a7329831fea71bb9221ef98cbce86ba05a17de18 | |
parent | d0b9a83e8556b995d2035b2687fdd3507f8d7b86 (diff) |
add
-rw-r--r-- | doc/todo/remote_groups_support_for_sync.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/remote_groups_support_for_sync.mdwn b/doc/todo/remote_groups_support_for_sync.mdwn new file mode 100644 index 000000000..f963f0bd0 --- /dev/null +++ b/doc/todo/remote_groups_support_for_sync.mdwn @@ -0,0 +1,3 @@ +`git remote update $group` looks at the $group.away git config and fetches +from the listed remotes. It would be useful if `git annex sync $group` did the same. +--[[Joey]] |