Cheatography
https://cheatography.com
InstallingOSX | $ brew install git-flow-avh | OSX | $ port install git-flow-avh | Linux | $ apt-get install git-flow | Windows (Cygwin) | |
| | FeaturesStart 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 |
| | ReleasesStart 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 |
HotfixesStart 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 |
|
Help Us Go Positive!
We offset our carbon usage with Ecologi. Click the link below to help us!
Created By
w16.com.br
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets