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

Add -m parameter to git flow feature finish for custom commit messages #6491

Open
DyByronWu opened this issue Jun 7, 2024 · 0 comments
Open

Comments

@DyByronWu
Copy link

Summary

The git flow feature finish command currently does not support a -m parameter for specifying a custom commit message when merging a feature branch. Introducing this parameter would enable users to provide a specific message for the merge commit, enhancing the clarity and usefulness of the commit history.

Expected Behavior

A new -m or --message parameter should be available for the git flow feature finish command, allowing users to specify a custom commit message.
For example: git flow feature finish -m "Custom commit message"

Proposal

Add a -m or --message parameter to the git flow feature finish command. This parameter should accept a string input that will be used as the commit message for the merge commit when finishing the feature branch.

Benefits

  • Improves commit history readability by allowing custom commit messages.
  • Provides more flexibility and control to users over their commit messages.
  • Aligns with common practices in other Git workflows that allow specifying commit messages.
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