Gitflow
Install Gitflow on Ubuntu:
apt install git-flow
First run:
git flow init
Create a feature branch:
git flow feature start feature_name
Install Gitflow on Ubuntu:
apt install git-flow
First run:
git flow init
Create a feature branch:
git flow feature start feature_name