Set git push.default to current
This commit is contained in:
parent
0e06dae580
commit
5aaf602401
1 changed files with 6 additions and 4 deletions
10
gitconfig
10
gitconfig
|
@ -1,7 +1,9 @@
|
||||||
[user]
|
[user]
|
||||||
name = lhark
|
name = lhark
|
||||||
email = lhark@hotmail.fr
|
email = lhark@hotmail.fr
|
||||||
[master]
|
[master]
|
||||||
autosetuprebase = always
|
autosetuprebase = always
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
|
[push]
|
||||||
|
default = current
|
||||||
|
|
Loading…
Reference in a new issue