nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
http://nvie.com/posts/a-successful-git-branching-model/
Other
26.63k stars 2.66k forks source link

end a hotfix without opening editor to enter MERGE message #6391

Open diginfo opened 7 years ago

diginfo commented 7 years ago

I have googled this and looked through a few pages of the open / closed issues but did not find an answer.

How can I close a hotfix all in 1 line without opening up an editor to edit the MERGE message:

This still opens an editor and prompts me to key in the MERGE message:

 git-flow hotfix finish -m 'my message' '170628G'