Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Proposal: Add A Subcommand, "Start" #6461

Open
JimLynchCodes opened this issue May 20, 2021 · 0 comments
Open

Feature Proposal: Add A Subcommand, "Start" #6461

JimLynchCodes opened this issue May 20, 2021 · 0 comments

Comments

@JimLynchCodes
Copy link

Hi!

I like this problem a lot, but I find myself and my colleagues are constantly forgetting whether the correct syntax is:

git flow feature start foo

or

git flow start feature foo

The first is the correct syntax, but because the way you would say it out loud or type it out with regular "git checkout" syntax, people are telling me that the second is arguably more intuitive (not sure why they are telling me, but they are!)

So then I thought, "wow, wouldn't it be great if you could do either syntax, git flow would know what you meant, and it would all just work as expected..."

And so that is the inspiration for the "start" subcommand.

It doesn't have any new, special functionality- just in a way aliasing "git flow start feature" with the same behavior as "git flow feature start".

If any of the authors or other users have feelings about this please comment here.

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant