config (623B)
1 [user] 2 email = randy@rnpnr.xyz 3 name = Randy Palamar 4 [alias] 5 ca = commit --amend 6 cm = commit -m 7 cv = commit -v 8 d = diff 9 ds = diff --staged 10 s = status -s 11 rc = rebase --continue 12 cpc = cherry-pick --continue 13 [commit] 14 gpgsign = true 15 [tag] 16 gpgsign = true 17 [pull] 18 rebase = true 19 [log] 20 abbrevCommit = true 21 [diff] 22 ignoreSubmodules = dirty 23 algorithm = histogram 24 [sendemail] 25 smtpserver = /usr/alt/bin/msmtp 26 [init] 27 defaultBranch = master 28 [safe] 29 directory = /usr/portage/local 30 directory = /usr/alt 31 [advice] 32 skippedCherryPicks = false 33 [core] 34 excludesfile = ~/.config/git/ignore 35 hooksPath = ~/.config/git/hooks