DEV Community

chair
chair

Posted on • Updated on

Git flow multiple hotfix branches

Adjust your git config to allow for multiple concurrent hotfix branches.

git config gitflow.multi-hotfix true
git config --get gitflow.multi-hotfix
Enter fullscreen mode Exit fullscreen mode

You don't have to rename that second hotfix branch to slowfix before pushing ever again.

Top comments (0)