From d8a12213a68b7b95e16204ec4ed58ae602cfef06 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Sat, 9 Feb 2013 02:32:23 +0000 Subject: [PATCH] Added a comment --- ...mment_1_bbac7d0810a79eb1f42a01e1b31d5c4c._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/forum/Feature_request:_git_annex_copy_--auto_does_the_right_thing/comment_1_bbac7d0810a79eb1f42a01e1b31d5c4c._comment diff --git a/doc/forum/Feature_request:_git_annex_copy_--auto_does_the_right_thing/comment_1_bbac7d0810a79eb1f42a01e1b31d5c4c._comment b/doc/forum/Feature_request:_git_annex_copy_--auto_does_the_right_thing/comment_1_bbac7d0810a79eb1f42a01e1b31d5c4c._comment new file mode 100644 index 0000000000..cd834e08d4 --- /dev/null +++ b/doc/forum/Feature_request:_git_annex_copy_--auto_does_the_right_thing/comment_1_bbac7d0810a79eb1f42a01e1b31d5c4c._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.152.108.183" + subject="comment 1" + date="2013-02-09T02:32:23Z" + content=""" +You can kind of do this now by: + +for remote in $(git remote); do git annex copy --auto --to $remote; done + +Although without some of the potential smarts of course. +"""]]