set default on git pull
This commit is contained in:
parent
68a6af07a0
commit
532ee225f1
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
||||||
colour.ui = true;
|
colour.ui = true;
|
||||||
help.autocorrect = 1;
|
help.autocorrect = 1;
|
||||||
push.default = "simple";
|
push.default = "simple";
|
||||||
|
pull.ff = "only";
|
||||||
mergetool.keepBackup = false;
|
mergetool.keepBackup = false;
|
||||||
};
|
};
|
||||||
aliases =
|
aliases =
|
||||||
|
|
Loading…
Reference in a new issue