https://github.com/nvie/gitflow https://formulae.brew.sh/formula/git-flow
For more info: https://gist.github.com/orclev/db21dc1d848c231ea729
brew install git-flow
git flow init
git flow feature start <name> [<base>]
git flow feature publish <your feature>
Para mantener la rama feature.
git flow feature finish -k <name>
Para eliminar la rama feature.
git flow feature finish <name>