Преглед на файлове

Fix readme about config setting

According to current man pages of git-config there is no = to set
the config value.
duritong преди 14 години
родител
ревизия
fe0a884ba7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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.