Files
dotfiles/dot/.gitconfig
2020-01-07 02:11:55 +08:00

19 lines
378 B
INI

[user]
name = Zedhugh Chen
email = zedhugh@gmail.com
signingKey = 18FAC9D5FA1616E7
[github]
user = zedhugh
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:'%h %ad | %s%d [%ad]' --graph --date=short
type = cat-file -t
dump = cat-file -p
[commit]
gpgSign = true
[diff "gpg"]
textconv = gpg --no-tty --decrypt