Gitflow: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
git flow init | git flow init | ||
Create a feature branch: | |||
git flow feature start feature_name | |||
[[Category:Version Control]] | [[Category:Version Control]] | ||
[[Category:Git]] | [[Category:Git]] |
Revision as of 09:25, 18 June 2021
Install Gitflow on Ubuntu:
apt install git-flow
First run:
git flow init
Create a feature branch:
git flow feature start feature_name