feat(git): do enable push.autoSetupRemote
the convinience is real
This commit is contained in:
parent
dbc21e11be
commit
8a60b5a1c1
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ in
|
||||||
# causing further problems
|
# causing further problems
|
||||||
pull.ff = "only";
|
pull.ff = "only";
|
||||||
|
|
||||||
|
push.autoSetupRemote = true;
|
||||||
|
|
||||||
merge.conflictStyle = "zdiff3"; # easiest to understand style
|
merge.conflictStyle = "zdiff3"; # easiest to understand style
|
||||||
commit.verbose = true; # show diffs in commit editor
|
commit.verbose = true; # show diffs in commit editor
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue