diff options
Diffstat (limited to '')
-rw-r--r-- | gitconfig | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,5 +1,5 @@ [user] - email = matt@matthewlemon.com + email = chaffinach+git@protonmail.ch name = Matthew Lemon [core] excludesfile = /home/lemon/.gitignore_global @@ -23,5 +23,14 @@ tool = vimdiff [difftool] prompt = false +[color] + ui = true + branch = true + diff = true + interactive = true + status = true + log = false [pull] rebase = false +[init] + defaultBranch = master |