Git Flow

Commands

git flow init
git flow feature start MYFEATURE
git flow feature finish MYFEATURE
git flow feature publish MYFEATURE
git flow feature track MYFEATURE
git flow feature pull origin MYFEATURE
git flow release start RELEASE
git flow release publish RELEASE
git flow release track MYFEATURE
git flow release finish RELEASE
git push --tags
git flow hotfix start VERSION
git flow hotfix finish VERSION


References

results matching ""

    No results matching ""