참고하면 좋은 사이트

tools

각 branch 및 commit의 상태를 시각화 하기 위해 팀원은 "GitKraken", 혹은 "Sourcetree"를 사용한다.

보통 SOPT에서는 SourceTree를 사용한다.

our git-flow

git flow 예시

git flow 예시

remote 저장소의 branch 구성은 다음과 같다.

local 저장소는 remote 저장소를 clone하고, 작업 branch 등이 존재한다.

remote - master

초기 보일러 플레이트가 존재하는 브랜치

remote - develop