15 lines
317 B
Plaintext
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
|