git-multi-pr icon indicating copy to clipboard operation
git-multi-pr copied to clipboard

Support FIXUP and DRAFT commit annotations

Open pingpongboss opened this issue 6 years ago • 0 comments

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.

pingpongboss avatar Feb 24 '19 03:02 pingpongboss