I installed a git command called git absorb by tummychow. git absorb
is something that squashes worktree changes into the history by making fixup commits.
Problem is, after git absorb is run, the source control tab will be out of date. How do commands like commit
, merge
, and rebase
in the integrated terminal trigger a source control refresh?
Can I configure the custom command git absorb ...
to trigger a source control refresh?