.gitconfig (439B)
1 # this is git's per-user configuration file. 2 [init] 3 defaultbranch = main 4 [user] 5 email = root@pyratebeard.net 6 name = pyratebeard 7 username = pyratebeard 8 signingkey = 0xC7877C715113A16D 9 [alias] 10 graphgpg = log --graph --color --pretty=format:"%C(yellow)%H%C(green)%d%C(reset)%n%x20%cd%n%x20%cn%C(blue)%x20(%ce)%x20%C(cyan)[gpg:%GK%x20%G?]%C(reset)%n%x20%s%n" 11 [color "status"] 12 added = green bold 13 changed = cyan 14 untracked = yellow bold