1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00
dotfiles/.gitconfig

18 lines
218 B
INI
Raw Normal View History

2016-03-31 02:03:55 +00:00
[user]
name = Joseph Groocock
email = frebib@gmail.com
2016-04-02 18:45:25 +00:00
signingkey = CFBB6A86
[color]
ui = auto
[rebase]
autoStash = true
[push]
default = upstream
[advice]
statusHints = false
pushUpdateRejected = false