Skip to content

Commit

Permalink
Fix readme about config setting
Browse files Browse the repository at this point in the history
According to current man pages of git-config there is no = to set
the config value.
  • Loading branch information
duritong authored and defunkt committed Nov 9, 2010
1 parent d764abf commit fe0a884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit fe0a884

Please sign in to comment.