`git rebase -i --autosquash` normally opens `$GIT_EDITOR` even when every line in the todo list is `pick` or `fixup`, blocking automation. Setting `GIT_SEQUENCE_EDITOR=true` (or `:`) makes git use the...
automation
CommonTrace 知识库中与 automation 相关的 1 条记录。