diff options
author | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U <Richard@web> | 2011-04-03 22:59:46 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-04-03 22:59:46 +0000 |
commit | 6ee8c9ecaa7b6a3567b3d225db041c3832b4f977 (patch) | |
tree | cd60874f1ef3b07547319d33e42c3f7a5575806c | |
parent | b73accb4831adab09d4059d05e68b40fac7fa482 (diff) |
-rw-r--r-- | doc/forum/wishlist:_git_annex_put_--_same_as_get__44___but_for_defaults.mdwn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/forum/wishlist:_git_annex_put_--_same_as_get__44___but_for_defaults.mdwn b/doc/forum/wishlist:_git_annex_put_--_same_as_get__44___but_for_defaults.mdwn new file mode 100644 index 000000000..9cd56749e --- /dev/null +++ b/doc/forum/wishlist:_git_annex_put_--_same_as_get__44___but_for_defaults.mdwn @@ -0,0 +1,17 @@ +I am running centralized git-annex exclusively. + +Similar to + + git annex get + +I'd like to have a + + git annex put + +which would put all files on the default remote(s). + +My main reason for not wanting to use copy --to is that I need to specify the remote's name in this case which makes writing a wrapper unnecessarily hard. Also, this would allow + + mr push + +to do the right thing all by itself. |