git: enable autostash on pull

This commit is contained in:
Christoph Hollizeck 2025-07-04 13:11:51 +02:00
parent 47f1c631d6
commit c75f05d130
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 6 additions and 0 deletions

View file

@ -42,6 +42,9 @@ in
push = {
autoSetupRemote = true;
};
rebase = {
autoStash = true;
};
safe = {
directory = "${user.home}/projects/config";
};

View file

@ -46,6 +46,9 @@ in
push = {
autoSetupRemote = true;
};
rebase = {
autoStash = true;
};
safe = {
directory = "${config.users.users.${user.name}.home}/projects/config";
};