Browse Source

Fix readme about config setting

According to current man pages of git-config there is no = to set
the config value.
pull/67/head
duritong 13 years ago
parent
commit
fe0a884ba7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

git has a global configuration that applies rules to all of git has a global configuration that applies rules to all of
your projects. For example: 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. ... will apply the rules in ~/.global_ignore for all of your repos.



Loading…
Cancel
Save