Similar to starting your commit with WIP, you should be able to start your commit with FIXUP and DRAFT.
FIXUP
The commit will be squashed to the previous commit when exporting to PRs.
DRAFT
The commit will be exported to a remote branch, but a PR will not be created for it.
Similar to starting your commit with
WIP, you should be able to start your commit withFIXUPandDRAFT.FIXUP
The commit will be squashed to the previous commit when exporting to PRs.
DRAFT
The commit will be exported to a remote branch, but a PR will not be created for it.