diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-04-16 17:22:56 +0100 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-04-16 17:22:56 +0100 |
commit | be04be63ce7202d86931fddee3aaddc94ef2f5ee (patch) | |
tree | 9dfff09d600260a33ed72806ef0778f603df478a /gitconfig | |
parent | 5d0ac192722f798dc3fa884cdb74296e4d4e3654 (diff) |
the big apr 22 update
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 |