Add support for Pull Request-based workflows #43
alexrinass
announced in
Roadmap
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Many people are not merging feature branches locally but wait for review and then merge a branch on their preferred git service (or it gets merged by someone else). We would like to support this workflow better in the following way:
git flow <topic> submitcommand that allows users to create a pull requestgit flow <topic> statuscommand that list the status of feature branches, detecting stale, open, merged, closed statuses for topic branchesgit flow <topic> cleanupcommand that allows users to interactively delete obsolete (merged, closed) branchesBeta Was this translation helpful? Give feedback.
All reactions