.gitconfig
This commit is contained in:
parent
eea8a8c6cf
commit
31c6ccd63d
1 changed files with 5 additions and 1 deletions
|
@ -1,11 +1,15 @@
|
|||
[user]
|
||||
email = iptq@protonmail.com
|
||||
email = mail@mzhang.io
|
||||
name = Michael Zhang
|
||||
signingkey = 925ECC02890D5CDAE26180D4BDA47A31A3C8EE6B
|
||||
|
||||
[alias]
|
||||
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]
|
||||
rebase = true
|
||||
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue