commit 1758bcb60070220b954157985e7e243ccac83096
parent 1894fb7b05a74a8032d5928ef05b8afa1c6731f3
Author: pyratebeard <root@pyratebeard.net>
Date: Thu, 25 Feb 2021 15:30:48 +0000
colours. set default branch to main instead of master
Diffstat:
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/git/.gitconfig b/git/.gitconfig
@@ -1,9 +1,12 @@
# this is git's per-user configuration file.
+[init]
+ defaultbranch = main
[user]
email = root@pyratebeard.net
name = pyratebeard
username = pyratebeard
signingkey = 0xC7877C715113A16D
[color "status"]
- untracked = blue bold
- changed = yellow bold
+ added = green bold
+ changed = cyan
+ untracked = yellow bold