config/git/gitconfig

15 lines
317 B
Plaintext
Raw Normal View History

2017-09-14 15:43:19 +00:00
# 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