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 = {
|
||||
autoSetupRemote = true;
|
||||
};
|
||||
rebase = {
|
||||
autoStash = true;
|
||||
};
|
||||
safe = {
|
||||
directory = "${user.home}/projects/config";
|
||||
};
|
||||
|
|
|
@ -46,6 +46,9 @@ in
|
|||
push = {
|
||||
autoSetupRemote = true;
|
||||
};
|
||||
rebase = {
|
||||
autoStash = true;
|
||||
};
|
||||
safe = {
|
||||
directory = "${config.users.users.${user.name}.home}/projects/config";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue