Git flow

Este tutorial lo hago para resumir este y tener los comandos a mano.

Iniciar

Antes

git flow init

Crear una nueva feature

git flow feature start feature_branch

Terminar la feature

git flow feature finish feature_branch