global/git: configure git absorb
This commit is contained in:
parent
c3302b9fac
commit
5e9e826c66
1 changed files with 5 additions and 0 deletions
|
@ -43,6 +43,11 @@
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
status.showUntrackedFiles = "all";
|
status.showUntrackedFiles = "all";
|
||||||
|
absorb = {
|
||||||
|
maxStack = 20;
|
||||||
|
oneFixupPerCommit = true;
|
||||||
|
autoStageIfNothingStaged = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
aliases = {
|
aliases = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue