I have being giving git-flow a tryout on a couple of projects. I'v found it's useful for standardising my branching strategy and speeding overall git management.
Yet I have one concern; Where is git-flow being developed supported?
I've found in GitHub included as a package in MSYS2-Packages and git-for-windows, and both these source it from https://github.com/petervanderdoes/gitflow-avh.
So is gitflow-avh the officially accepted version?
Hello,
Gitflow is just a conception how to handle development in a team. You do not need anything except git to implement it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.