projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac8139e
)
fix a transcription error - to disable a remote, we set ignore to true, not false!
author
anarcat
<anarcat@web>
Wed, 8 Jan 2020 15:30:51 +0000
(15:30 +0000)
committer
admin
<admin@branchable.com>
Wed, 8 Jan 2020 15:30:51 +0000
(15:30 +0000)
doc/tips/disabling_a_special_remote.mdwn
patch
|
blob
|
history
diff --git
a/doc/tips/disabling_a_special_remote.mdwn
b/doc/tips/disabling_a_special_remote.mdwn
index 3b80ef25ce35e02910147ad10ff04bc5092aad95..c14b383702b018137c4023dc82cf8646ccb3a149 100644
(file)
--- a/
doc/tips/disabling_a_special_remote.mdwn
+++ b/
doc/tips/disabling_a_special_remote.mdwn
@@
-9,7
+9,7
@@
simply to use the `remote.name.annex-ignore` configuration documented
in the main [[git-annex]] manpage. For example, to disable the web
remote, you would use:
- git config remote.web.annex-ignore
fals
e
+ git config remote.web.annex-ignore
tru
e
The result would be: