Cheatography
https://cheatography.com
Installing
OSX |
$ brew install git-flow-avh |
OSX |
$ port install git-flow-avh |
Linux |
$ apt-get install git-flow |
Windows (Cygwin) |
|
|
|
Features
Start a new feature |
git flow feature start NAME |
Finish up a new feature |
git flow feature finish NAME |
Publish a feature |
git flow feature publish NAME |
Getting a published feature |
git flow feature pull origin NAME |
Tracking a feature |
git flow feature track NAME |
|
|
Releases
Start a release |
git flow release start NAME |
Start a release from a previous commit |
git flow release start NAME [BASE] |
Publish a release |
git flow release publish NAME |
Finish a release |
git flow release finish NAME |
Push tags after release |
git push --tags |
Hotfixes
Start a hotfix |
git flow hotfix start VERSION |
Start a hotfix with BASENAME |
git flow hotfix start VERSION [BASENAME] |
Finish a hotfix |
git flow hotfix finish VERSION |
|
Created By
w16.com.br
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets