by default, update refs when rebasing
This commit is contained in:
parent
32421372e4
commit
d7fabca514
1 changed files with 5 additions and 0 deletions
|
|
@ -7,6 +7,11 @@ in
|
|||
enable = true;
|
||||
userName = "Haak Saxberg";
|
||||
userEmail = "haak.erling@gmail.com";
|
||||
extraConfig = {
|
||||
rebase = {
|
||||
updateRefs = true;
|
||||
};
|
||||
};
|
||||
ignores = [
|
||||
".idea/"
|
||||
".direnv/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue