danielkummer / git-flow-cheatsheet

A cheatsheet on the usage of git flow
2.48k stars 625 forks source link

git-flow vs git-flow-avh #57

Open ohcibi opened 8 years ago

ohcibi commented 8 years ago

The install instructions tell to install git-flow-avh which is a newer fork of the original git-flow. One of the key differences is that release and hotfix-tags are not solely present on the master branch. The visual representation however suggests that. What git-flow-avh actually does is merge the tag back into develop instead of merging the release/hotfix tip into both develop and master and then just tagging the merge-commit on master.

Fred-Vatin commented 3 years ago

And git-flow-avh is built-in with git release for Windows. No need to install as stated. It’s misleading.