gitflow-avh icon indicating copy to clipboard operation
gitflow-avh copied to clipboard

git flow init: Let me change the "Initial commit" message

Open geekley opened this issue 4 years ago • 0 comments

When running git flow init, I'd like to have a way to set/edit the "Initial commit" message to something else before the commit, without having to amend the commit and reposition the master branch afterwards. Best solution would be to make git-flow-init ask for the initial commit message, allowing that [Initial commit] (or whatever else is configured) as default. That's a good solution because it also makes it clear to the user that an initial commit is going to be made.

geekley avatar Sep 18 '19 00:09 geekley