Examples (5)
Start developing on a feature branch based on `develop`
git flow feature start featureFinish development on a feature branch, merging it into the `develop` branch and deleting it
git flow feature finish featurePublish a feature to the remote server
git flow feature publish featureGet a feature published by another user
git flow feature pull origin featuremade by @shridhargupta | data from tldr-pages