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;
|
enable = true;
|
||||||
userName = "Haak Saxberg";
|
userName = "Haak Saxberg";
|
||||||
userEmail = "haak.erling@gmail.com";
|
userEmail = "haak.erling@gmail.com";
|
||||||
|
extraConfig = {
|
||||||
|
rebase = {
|
||||||
|
updateRefs = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
ignores = [
|
ignores = [
|
||||||
".idea/"
|
".idea/"
|
||||||
".direnv/"
|
".direnv/"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue