diff options
| -rw-r--r-- | gitconfig | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -5,10 +5,20 @@ [core] editor = vim excludesfile = ~/.gitignore + whitespace = trailing-space,space-before-tab [alias] down = pull --rebase --stat +[push] + default = matching + +[apply] + whitespace = fix + +[color] + ui = true + [url "git://github.com/mssola/"] insteadOf = mssola: [url "git@github.com:mssola/"] @@ -23,5 +33,3 @@ insteadOf = kde: [url "ssh://git@git.kde.org/"] pushInsteadOf = kde: -[push] - default = matching |
