Skip to content

Instantly share code, notes, and snippets.

@iradofurioso
Created April 6, 2020 18:37
Show Gist options
  • Save iradofurioso/4c22e608c79a337ce2c7a66ba61e3ce9 to your computer and use it in GitHub Desktop.
Save iradofurioso/4c22e608c79a337ce2c7a66ba61e3ce9 to your computer and use it in GitHub Desktop.
GIT - GIT FLOW - Problem - There is an existing hotfix branch - Finish that one first
brew unlink git-flow
brew install git-flow-avh --HEAD
git config gitflow.multi-hotfix true
git config --get gitflow.multi-hotfix
git flow hotfix start my_hotfix_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment