浏览代码

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