This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U 2011-04-03 22:59:46 +00:00 committed by admin
parent b73accb483
commit 6ee8c9ecaa

View file

@ -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.