feat(git): auto-stage rerere results
This commit is contained in:
parent
bc21047420
commit
ca135b4935
1 changed files with 4 additions and 1 deletions
|
@ -80,7 +80,10 @@
|
||||||
|
|
||||||
rebase.autostash = true;
|
rebase.autostash = true;
|
||||||
|
|
||||||
rerere.enabled = true;
|
rerere = {
|
||||||
|
autoupdate = true;
|
||||||
|
enabled = true;
|
||||||
|
};
|
||||||
|
|
||||||
status.submoduleSummary = true;
|
status.submoduleSummary = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue