git-multi-pr
git-multi-pr copied to clipboard
Support FIXUP and DRAFT commit annotations
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.