docs/man: recommend global per-host locking config

The locking config per-host is supposed to affect all repositories on a 
given client machine. However, the help page suggests to set this value 
for a single repository only. Improve the example by using the global 
Git config.
This commit is contained in:
Lars Schneider 2017-09-03 12:43:52 +01:00 committed by GitHub
parent 0a8d29d0d9
commit ad997bfdef

@ -259,7 +259,7 @@ be scoped inside the configuration for a remote.
Supports URL config lookup as described in:
https://git-scm.com/docs/git-config#git-config-httplturlgt. To set this value
per-host: `git config lfs.https://github.com/.locksverify 0`.
per-host: `git config --global lfs.https://github.com/.locksverify 0`.
* `lfs.skipdownloaderrors`