git config remote.name.annex-sync can be used to control whether a remote gets synced.
This commit is contained in:
parent
1591245f88
commit
589d1711f2
4 changed files with 15 additions and 1 deletions
|
@ -795,6 +795,11 @@ Here are all the supported configuration settings.
|
|||
Or, it could be used if the network connection between two
|
||||
repositories is too slow to be used normally.
|
||||
|
||||
* `remote.<name>.annex-sync`
|
||||
|
||||
If set to `false`, prevents git-annex sync (and the git-annex assistant)
|
||||
from syncing with this remote.
|
||||
|
||||
* `remote.<name>.annexUrl`
|
||||
|
||||
Can be used to specify a different url than the regular `remote.<name>.url`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue