.gitconfig

This commit is contained in:
Michael Zhang 2020-11-03 17:24:41 -06:00
parent eea8a8c6cf
commit 31c6ccd63d
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

View file

@ -1,11 +1,15 @@
[user] [user]
email = iptq@protonmail.com email = mail@mzhang.io
name = Michael Zhang name = Michael Zhang
signingkey = 925ECC02890D5CDAE26180D4BDA47A31A3C8EE6B signingkey = 925ECC02890D5CDAE26180D4BDA47A31A3C8EE6B
[alias] [alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
pushpr = "!f() { git push origin master;git commit --allow-empty -m 'push to execute post-receive';git push origin master; }; f"
[pull] [pull]
rebase = true rebase = true
[commit] [commit]
gpgsign = true gpgsign = true