git flow

· 개발
Git Branch 전략Git Flow의 간략한 방향성master branch는 신규 프로젝트 생성 및 서비스 배포 이후 tag로 표기개발은 develop branch 에서만 진행기능 작업 시 develop branch에서 기능 별 feature branch 생성서비스 반영(배포)은 release branch에서 진행release 이후 버그 fix 및 문서 작업은 release branch에서 작업배포 이후 기능 개발 외 hotfix는 master에서 hotfix branch 생성 후 작업 develop 으로 merge 이후 배포는 develop에서 relrease로 branch merge 후 재 배포Branch 별 메인 Branch - master생성 : 프로젝트 생성 시병합(merge): releas..
vipDeveloper
'git flow' 태그의 글 목록