git flow
Shell
#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#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#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 --allgit flow release finish '0.1.0'$ git flow init
Initialized empty Git repository in ~/project/.git/
No branches exist yet. Base branches must be created now.
Branch name for production releases: [master]
Branch name for "next release" development: [develop]
How to name your supporting branch prefixes?
Feature branches? [feature/]
Release branches? [release/]
Hotfix branches? [hotfix/]
Support branches? [support/]
Version tag prefix? []
$ git branch
* develop
master$ git checkout -b myfeature develop
Switched to a new branch "myfeature"
Also in Shell:
- Title
- mysqli install ubuntu
- Category
- Shell
- Title
- linux screen brightness command line
- Category
- Shell
- Title
- download images from url terminal
- Category
- Shell
- Title
- clone a given branch github
- Category
- Shell
- Title
- passport deploy to server
- Category
- Shell
- Title
- check ubuntu version cmd
- Category
- Shell
- Title
- oh my zsh git
- Category
- Shell
- Title
- find text in linux file
- Category
- Shell
- Title
- ubuntu install composer
- Category
- Shell
- Title
- git clone submodule
- Category
- Shell
- Title
- linux telnet port
- Category
- Shell
- Title
- Shell query displays all citizens with an age greater than or equal to 21
- Category
- Shell
- Title
- ubuntu set scale to 150
- Category
- Shell
- Title
- store result of command in variable bash
- Category
- Shell
- Title
- Could not execute 'apt-key' to verify signature (is gnupg installed?)
- Category
- Shell
- Title
- how to kill a process in linux
- Category
- Shell
- Title
- could not connect to server: Connection refused Is the server running on host and accepting TCP/IP connections on port 5432?
- Category
- Shell
- Title
- ubuntu chmod codes
- Category
- Shell
- Title
- install bootstrap 4 npm
- Category
- Shell
- Title
- gulp-gzip
- Category
- Shell
- Title
- ignore git ignore
- Category
- Shell
- Title
- linux find from file content
- Category
- Shell
- Title
- how to rsync linux
- Category
- Shell
- Title
- how to connect to the database as root user in linux
- Category
- Shell
- Title
- babel source maps
- Category
- Shell
- Title
- count occurrences of word in file linux ignoring case
- Category
- Shell
- Title
- mongodb shell query last document
- Category
- Shell
- Title
- installing git on mac
- Category
- Shell
- Title
- powershell get all computers in ou
- Category
- Shell
- Title
- fingerprint login disabled ubuntu 20.04
- Category
- Shell
- Title
- get ip address linux
- Category
- Shell
- Title
- git cherry pick commit
- Category
- Shell
- Title
- batch rename files
- Category
- Shell
- Title
- git create new branch
- Category
- Shell
- Title
- linux replace string in files recursively
- Category
- Shell
- Title
- git change remote origin address
- Category
- Shell
- Title
- how to get divided number in mac terminal
- Category
- Shell
- Title
- copy folder from s3 to local
- Category
- Shell
- Title
- crop video from specific time to specific time ffmpeg
- Category
- Shell
- Title
- get random number shell script
- Category
- Shell
- Title
- how to check if ip is up bash script
- Category
- Shell
- Title
- create next js app
- Category
- Shell
- Title
- install node ubuntu
- Category
- Shell
- Title
- linux select pages from pdf
- Category
- Shell
- Title
- linux give full permission to directory
- Category
- Shell
- Title
- npm list global packages
- Category
- Shell
- Title
- how to import microsoft.online sharepoint powershell
- Category
- Shell
- Title
- how to open mongodb-compass
- Category
- Shell
- Title
- linux rename
- Category
- Shell
- Title
- git get access to private repository
- Category
- Shell
- Title
- check installed packages apt-get
- Category
- Shell
- Title
- git reset specific file
- Category
- Shell
- Title
- serverless invoke sqs
- Category
- Shell
- Title
- create github repo without browser
- Category
- Shell
- Title
- how to download youtube video in linux
- Category
- Shell
- Title
- append a string in all files name linux
- Category
- Shell
- Title
- how to install new gatsby project locally
- Category
- Shell
- Title
- delete a deployment in kubernetes
- Category
- Shell
- Title
- CommandNotFoundError: Your shell has not been properly
- Category
- Shell
- Title
- npm install bootstrap
- Category
- Shell
- Title
- set git pull rebase default
- Category
- Shell
- Title
- upgrade node version
- Category
- Shell
- Title
- mvn clean install skip test
- Category
- Shell
- Title
- apt get install docker compose
- Category
- Shell
- Title
- how to get ip address in ubuntu
- Category
- Shell
- Title
- ubuntu ec2 node mongodb connect ECONNREFUSED 127.0.0.1:27017
- Category
- Shell
- Title
- apache .htaccess Option ubuntu
- Category
- Shell
- Title
- how to upgrade package yarn global
- Category
- Shell
- Title
- git fetch remote branch
- Category
- Shell
- Title
- create symbolic link linux
- Category
- Shell
- Title
- docker logs tail
- Category
- Shell
- Title
- ogv to gif linux
- Category
- Shell
- Title
- install boostrap react
- Category
- Shell
- Title
- python install random library
- Category
- Shell
- Title
- package 'mana-toolkit' has no installation candidate
- Category
- Shell
- Title
- git log display files changed
- Category
- Shell
- Title
- react-devtools agent got no connection
- Category
- Shell
- Title
- zip command in linux
- Category
- Shell
- Title
- dockerfile for vuejs
- Category
- Shell
- Title
- bash delete file
- Category
- Shell
- Title
- linux check used space in folder
- Category
- Shell
- Title
- Git commands workflow
- Category
- Shell
- Title
- install opencv raspberry pi
- Category
- Shell
- Title
- list all services using systemctl
- Category
- Shell
- Title
- install emotion
- Category
- Shell
- Title
- install bootstrap in laravel
- Category
- Shell
- Title
- loop from array bash
- Category
- Shell
- Title
- how to install pod
- Category
- Shell
- Title
- unzip a tar.gz file in linux
- Category
- Shell
- Title
- Failed at the [email protected] postinstall script.
- Category
- Shell
- Title
- disable monitor on boot linux
- Category
- Shell
- Title
- react-easy-crop install
- Category
- Shell
- Title
- install itertools
- Category
- Shell
- Title
- install composer package from github
- Category
- Shell
- Title
- How to download Citrix Workspace for Ubuntu
- Category
- Shell
- Title
- nano edit a file
- Category
- Shell
- Title
- linux view environment variables
- Category
- Shell
- Title
- recursive grep recursion depth
- Category
- Shell
- Title
- move a branch back in git
- Category
- Shell
- Title
- angular new project
- Category
- Shell