aleksandr-m / gitflow-maven-plugin

The Git-Flow Maven Plugin supports various Git workflows, including GitFlow and GitHub Flow. This plugin runs Git and Maven commands from the command line.
https://aleksandr-m.github.io/gitflow-maven-plugin/
Apache License 2.0
493 stars 181 forks source link

[Enhancement] Suggest default branch name while doing -finish #227

Closed sndmails2arun closed 4 years ago

sndmails2arun commented 4 years ago

Would it be possible to suggest the default feature branch to choose based on the current branch you are on. I know atlassian jgitflow plugin had this feature :-) and was very convenient. So if I am running the command while on the branch feature/my_feature_two, it would ask something like 1. feature/my_feature_one 2. feature/my_feature_two 3. feature/my_feature_three Choose feature branch to finish (1/2/3) [2]: