git master branch는 실 사용 서버와 주로 연동되며 git-jenkins hooker도 master를 주로 받아옴. 그래서 master에 바로 소스코드를 push해버리면 테스트나 품질 검사 이런 게 없이 바로 build가 되어 버림. 그래서 다른 branch, develop branch를 파서 개발이 어느 정도 되면 master branch에 merge request를 하고, 관리자가 확인 한 후에 merge하는 것이 더 좋을 것임.
'DevOps > Git' 카테고리의 다른 글
[Git] 개발 규칙 정하기 - Kanban과 commit 규칙 (0) | 2022.11.01 |
---|---|
[Git] git commit template 적용 (0) | 2022.10.17 |
[Git] git mirroring 하기 (0) | 2022.10.05 |
[Git] 깃랩 gitlab (0) | 2022.10.04 |