git flow hotfix
#basic
git flow init
#with default to not be promted
git flow init -d
#with force to re-run init and edit data
git flow init -f#Open a feature branch named: feature/feature_name
git flow feature start feature_name
#Close a feature branch
git flow feature finish feature_name
#Remember to push all branches
git push --all#Starting a release create a branch release/release_version
#tipically version are Semantic Versioning standard X.Y.Z
git flow release start release_version
#Finish a release, remember to update your application version!
git flow release finish release_version
#Remember to push all branches and tags
git push --all --follow-tags#Start hotfix
git flow hotfix start VERSION
#Finish hotfix, Remember to increase your app version!
git flow hotfix finish VERSION
#Remember to push all branches and tags
git push --all --follow-tags
Also in Shell:
- fatal: could not read Username for 'https://github.com': Device not configured push crontab
- conda install mmcv
- install poetry
- where do you install composer
- npm install jquery
- git help
- unknown type name 'CDVUIWebViewDelegate' CDVUIWebViewDelegate* _webViewDelegate;
- [mysqld] ubuntu 18
- passport deploy to server
- linux get full path
- ubuntu bluetooth not turning on
- git use file credential
- how to set date in ubuntu
- bash redirect output to null
- mac clone directory duplicate
- Warning in install.packages : installation of package ‘tidyverse’ had non-zero exit status
- git abort stash pop
- setup mysql ubuntu
- ubuntu remove git from folder
- npm install package globally
- bash echo to stderr
- linux memory cache clear
- Habilitar la ejecución de scripts para Powershell
- install jupyter homebrew