response
This commit is contained in:
parent
2b55c90da7
commit
b63c42bd9e
1 changed files with 18 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""re: How do I mark a specialremote (box.com) as being in the transfer group (cli)"""
|
||||
date="2018-04-04T16:21:54Z"
|
||||
content="""
|
||||
Up at the top of this page there's an example to change the group
|
||||
of the local repository and to make it use the standard preferred content settings for the
|
||||
group:
|
||||
|
||||
git annex wanted . standard
|
||||
git annex group . manual
|
||||
|
||||
The same commands can be used to configure a remote. Just put the name of the remote
|
||||
instead of the "." that is used the refer to the current directory's repository.
|
||||
|
||||
git annex wanted myremote standard
|
||||
git annex group myremote transfer
|
||||
"""]]
|
Loading…
Reference in a new issue