Posts

Showing posts with the label Git Flow

Allow multiple git flow hotfix branches to exist at the same time

git flow config multi-hotfix true   or   git config --add gitflow.multi-hotfix true