config/git/gitconfig
2017-09-14 08:43:19 -07:00

15 lines
317 B
Plaintext

# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = Anna Wiggins
email = annabunches@gmail.com
signingkey = 0448ED78
[commit]
gpgsign = true
[gpg]
program = gpg2
[push]
default = upstream
[alias]
graph = log --graph --oneline --decorate --all