Skip to content

Commit fe0a884

Browse files
duritongdefunkt
authored andcommitted
Fix readme about config setting
According to current man pages of git-config there is no = to set the config value.
1 parent d764abf commit fe0a884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For more information on gitignore: [gitignore(5)][g5]
2020
git has a global configuration that applies rules to all of
2121
your projects. For example:
2222

23-
git config --global core.excludesfile=~/.global_ignore
23+
git config --global core.excludesfile ~/.global_ignore
2424

2525
... will apply the rules in ~/.global_ignore for all of your repos.
2626

0 commit comments

Comments
 (0)