On Github Juwit / reveal-git-flow
Software Architect at Sopra Steria (XNet)
apt-get install git-flow
git flow init -d
git flow feature start MYFEATURE
git flow feature finish MYFEATURE
git flow feature publish MYFEATURE
git flow feature pull origin MYFEATURE
git flow release start RELEASE
git flow release finish RELEASE
git push --tags
git flow hotfix start FIX
git flow hotfix finish FIX