mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Tidy up .gitconfig
This commit is contained in:
parent
4afb857a0e
commit
c7ce324561
16
.gitconfig
16
.gitconfig
@ -1,5 +1,17 @@
|
|||||||
[push]
|
|
||||||
default = simple
|
|
||||||
[user]
|
[user]
|
||||||
name = Joseph Groocock
|
name = Joseph Groocock
|
||||||
email = frebib@gmail.com
|
email = frebib@gmail.com
|
||||||
|
signingkey = CFBB6A86
|
||||||
|
|
||||||
|
[color]
|
||||||
|
ui = auto
|
||||||
|
|
||||||
|
[rebase]
|
||||||
|
autoStash = true
|
||||||
|
|
||||||
|
[push]
|
||||||
|
default = upstream
|
||||||
|
|
||||||
|
[advice]
|
||||||
|
statusHints = false
|
||||||
|
pushUpdateRejected = false
|
||||||
|
Loading…
Reference in New Issue
Block a user