git: rebase.updateRefs = true
This commit is contained in:
parent
90f4fb42e0
commit
90982b423c
|
@ -25,6 +25,7 @@
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
rebase.autoSquash = true;
|
rebase.autoSquash = true;
|
||||||
rebase.autoStash = true;
|
rebase.autoStash = true;
|
||||||
|
rebase.updateRefs = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue