Autostash on git pull

This commit is contained in:
Daniel Siepmann 2023-04-08 20:01:43 +02:00
parent e3f01844f6
commit d545ebde29
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -113,13 +113,21 @@
autocorrect = 1; autocorrect = 1;
}; };
init = {
defaultBranch = "main";
};
push = { push = {
default = "current"; default = "current";
gpgSign = "if-asked"; gpgSign = "if-asked";
}; };
init = { pull = {
defaultBranch = "main"; rebase = true;
};
rebase = {
autoStash = true;
}; };
merge = { merge = {