Files
dotfiles/dot/.gitconfig

22 lines
491 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
hide = update-index --assume-unchanged
unhide = update-index --no-assume-unchanged
hidden = !git ls-files -v | grep "^[[:lower:]]"
[commit]
gpgSign = true
[diff "gpg"]
textconv = gpg --no-tty --decrypt