summaryrefslogtreecommitdiff
path: root/doc/todo/wishlist:_git_annex_put_--_same_as_get__44___but_for_defaults.mdwn
blob: e1dc89a96fa082197faf3ad203bf557b043b9c2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.

> I feel that the new `git annex sync --content` is pretty close to what's
> requested here. [[done]] --[[Joey]]