config (532B)
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 useconfigonly = true 10 [alias] 11 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" 12 [color "status"] 13 added = green bold 14 changed = cyan bold 15 untracked = yellow bold 16 [includeif "gitdir:~src/suit/"] 17 path = ~/.config/git/config.suit