git: enable autostash on pull
This commit is contained in:
parent
47f1c631d6
commit
c75f05d130
2 changed files with 6 additions and 0 deletions
|
@ -42,6 +42,9 @@ in
|
||||||
push = {
|
push = {
|
||||||
autoSetupRemote = true;
|
autoSetupRemote = true;
|
||||||
};
|
};
|
||||||
|
rebase = {
|
||||||
|
autoStash = true;
|
||||||
|
};
|
||||||
safe = {
|
safe = {
|
||||||
directory = "${user.home}/projects/config";
|
directory = "${user.home}/projects/config";
|
||||||
};
|
};
|
||||||
|
|
|
@ -46,6 +46,9 @@ in
|
||||||
push = {
|
push = {
|
||||||
autoSetupRemote = true;
|
autoSetupRemote = true;
|
||||||
};
|
};
|
||||||
|
rebase = {
|
||||||
|
autoStash = true;
|
||||||
|
};
|
||||||
safe = {
|
safe = {
|
||||||
directory = "${config.users.users.${user.name}.home}/projects/config";
|
directory = "${config.users.users.${user.name}.home}/projects/config";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue