Set push.default to current for compatibility
This commit is contained in:
parent
4f1d87262b
commit
15d203b27d
|
@ -10,4 +10,8 @@
|
||||||
type = cat-file -t
|
type = cat-file -t
|
||||||
dump = cat-file -p
|
dump = cat-file -p
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
# 1.7.1: nothing, matching, tracking, current
|
||||||
|
# 2.11.0: nothing, matching, upstream, current, simple
|
||||||
|
# nothing is inconvenietn, matching is dangerous.
|
||||||
|
# current is only compatible remaining option.
|
||||||
|
default = current
|
||||||
|
|
Loading…
Reference in New Issue