Enable git rebase.autostash
This commit is contained in:
parent
cdc6b0cb2a
commit
a367be6426
|
@ -202,6 +202,7 @@
|
||||||
url."ssh://git@github.com/ChandlerSwift/".insteadOf = "gh:";
|
url."ssh://git@github.com/ChandlerSwift/".insteadOf = "gh:";
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
rebase.autosquash = true;
|
rebase.autosquash = true;
|
||||||
|
rebase.autostash = true;
|
||||||
fetch.parallel = 0; # "some reasonable default"
|
fetch.parallel = 0; # "some reasonable default"
|
||||||
};
|
};
|
||||||
ignores = [
|
ignores = [
|
||||||
|
|
Loading…
Reference in a new issue