ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • git flow
    카테고리 없음 2021. 9. 12. 19:58

    프로젝트 폴더로 들어가서 git flow init 또는 git flow init -d 를 해준다.

    git flow feature start BRANCHNAME 을 해준다.

    작업을 다하고 git push origin BRANCHNAME 하면 된다.

    git flow init 을 하면 feature support hotfix말고 다른것들도 설정하라고 나오는데 여기서 feature말고 feat로 바꾸고싶다면 feature설정할때 feat/ 를 입력하면 git flow feature start BRANCHNAME을 하면 feature/BRANCHNAME이 나오는게 아니라 feat/BRANCHNAME으로 된다.

Designed by Tistory.