gloriaJun / til

Lessoned Learned
3 stars 0 forks source link

git 브랜치 전략 #118

Open gloriaJun opened 3 years ago

gloriaJun commented 3 years ago
git flow init
How to name your supporting branch prefixes?
Feature branches? [feature/]
Bugfix branches? [bugfix/]
Release branches? [release/]
Hotfix branches? [hotfix/]
Support branches? [support/]
Version tag prefix? [] release-
Hooks and filters directory? [D:/github/gitstudy2/.git/hooks]

git flow feature start add-test

git flow feature finish add-test

git flow release start 0.1

git flow release finish 0.1

git tag