git pull default to rebase
This commit is contained in:
parent
1f35c4fe1c
commit
a07357a196
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ in {
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
gpg.format = "ssh";
|
gpg.format = "ssh";
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
|
pull.rebase = true;
|
||||||
|
rebase.autostash = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
userEmail = "xunuwu@gmail.com";
|
userEmail = "xunuwu@gmail.com";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue