The https://github.com/nvie/git-flow repository appears to be abandoned. The common wisdom is that Peter van der Does' AVH edition is the legitimate successor: https://github.com/petervanderdoes/gitflow-avh This fixes issue https://github.com/git-for-windows/git/issues/416 Original-patch-by: Robert Dailey <rcdailey@gmail.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
The "git flow" way to organize branches in a large team has gained some popularity in the recent years. Let's package it for use with MSys2. See http://nvie.com/posts/a-successful-git-branching-model/ for more details about this branching model. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>