Switch git default pushing behaviour to nothing
This commit is contained in:
parent
4cdadaaaf9
commit
9dae167547
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
[merge]
|
[merge]
|
||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
[push]
|
[push]
|
||||||
default = matching
|
default = nothing
|
||||||
[alias]
|
[alias]
|
||||||
adog = log --all --decorate --oneline --graph --date-order
|
adog = log --all --decorate --oneline --graph --date-order
|
||||||
dog = log --decorate --oneline --graph --date-order
|
dog = log --decorate --oneline --graph --date-order
|
||||||
|
|
Loading…
Reference in a new issue