From 2c9f21e9877e71d533a54e74aac93515442735c8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 26 Aug 2018 20:59:20 -0400 Subject: [PATCH] todo --- doc/todo/to_and_from_multiple_remotes.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/todo/to_and_from_multiple_remotes.mdwn diff --git a/doc/todo/to_and_from_multiple_remotes.mdwn b/doc/todo/to_and_from_multiple_remotes.mdwn new file mode 100644 index 0000000000..5432c3d75e --- /dev/null +++ b/doc/todo/to_and_from_multiple_remotes.mdwn @@ -0,0 +1,5 @@ +git annex sync supports git remote groups, that should be expanded to all +commands supporting --to and --from. And since there will be a [Remote] +list, could also support --to foo --to bar etc. + +--[[Joey]]