diff options
| -rw-r--r-- | git/.gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index 3b22d84..6b7d6bf 100644 --- a/git/.gitconfig +++ b/git/.gitconfig | |||
| @@ -9,4 +9,4 @@ | |||
| 9 | ls = ls-files | 9 | ls = ls-files |
| 10 | serve = daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/ | 10 | serve = daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/ |
| 11 | [push] | 11 | [push] |
| 12 | default = matching | 12 | default = simple |
