Git : Enable autostash.
This commit is contained in:
parent
035fbdfd00
commit
8cac05efb4
|
@ -6,6 +6,7 @@
|
|||
init.defaultBranch = "main";
|
||||
pull.rebase = true;
|
||||
push.autoSetupRemote = true;
|
||||
rebase.autoStash = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Reference in a new issue