1
0
mirror of https://github.com/github/gitignore synced 2024-11-26 21:54:22 +01:00

Fix readme about config setting

According to current man pages of git-config there is no = to set
the config value.
This commit is contained in:
duritong 2010-11-09 14:58:39 +01:00
parent 0a41318dba
commit c3c7ea6047

View File

@ -20,7 +20,7 @@ For more information on gitignore: [gitignore(5)][g5]
git has a global configuration that applies rules to all of
your projects. For example:
git config --global core.excludesfile=~/.global_ignore
git config --global core.excludesfile ~/.global_ignore
... will apply the rules in ~/.global_ignore for all of your repos.