av icon indicating copy to clipboard operation
av copied to clipboard

Improve the workdir status handling

Open draftcode opened this issue 1 year ago • 0 comments

If a command internally start git rebase or git switch, we should make sure that the workdir is clean.

In order to check the status more comprehensively, we can use git status --porcelain=v2.

draftcode avatar Aug 01 '24 19:08 draftcode