From f7333d29ae0338967d7d5b35a0ad307dfbff8a4a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 28 Dec 2014 20:53:17 -0400 Subject: [PATCH] add --- doc/todo/remote_groups_support_for_sync.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/todo/remote_groups_support_for_sync.mdwn 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 0000000000..f963f0bd09 --- /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]]