git flow cheat sheet

git-cz

git-cz.png

// 설치
npm install -g git-cz
git add .
git-cz
>> 위 사진과 같은 명령어 뜨고, 방향키로 위아래 움직임, 엔터로 prefix 선택
>> commit message 쓰고 엔터 
>> 옵션사항 3개 (title, description 등등 작성 가능)
git push origin feature/어쩌구

Branch 전략 (git flow)

기본 설정

git flow init -d

→ error 뜰 시, git stash 후에 다시 git flow init -d