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]
|
||||
name = lhark
|
||||
email = lhark@hotmail.fr
|
||||
name = lhark
|
||||
email = lhark@hotmail.fr
|
||||
[master]
|
||||
autosetuprebase = always
|
||||
autosetuprebase = always
|
||||
[color]
|
||||
ui = auto
|
||||
ui = auto
|
||||
[push]
|
||||
default = current
|
||||
|
|
Loading…
Reference in a new issue