git: added push.default in gitconfig.example for git >=2
parent
2aa00378a1
commit
60043214e7
|
@ -1,6 +1,8 @@
|
||||||
[user]
|
[user]
|
||||||
email = guillaume+github@dott.fr
|
email = guillaume+github@dott.fr
|
||||||
name = Guillaume DOTT
|
name = Guillaume DOTT
|
||||||
|
[push]
|
||||||
|
default = simple
|
||||||
[include]
|
[include]
|
||||||
path = ~/.gitconfig.include
|
path = ~/.gitconfig.include
|
||||||
# vim: set filetype=gitconfig:
|
# vim: set filetype=gitconfig:
|
||||||
|
|
Loading…
Reference in New Issue