Browse Source

Set git push.default to current

merge-requests/1/merge
lhark 10 years ago
parent
commit
5aaf602401
  1. 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…
Cancel
Save