-
[Git] Git FlowGit 2025. 7. 24. 16:31
# 시작하기
https://dlsenfl.tistory.com/entry/Git-%EC%8B%9C%EC%9E%91%ED%95%98%EA%B8%B0
[Git] 시작하기
https://git-scm.com/book/ko/v2 Git Download 설치. CommandLine 환경변수 체크 VisualStudio2022 에서 사용https://learn.microsoft.com/ko-kr/visualstudio/version-control/git-manage-repository?view=vs-2022 git rebase -i https://jupiny.com/2018/05/08/
dlsenfl.tistory.com
# 필독
https://nvie.com/posts/a-successful-git-branching-model/
Git-flow에는 5가지 종류의 브랜치가 존재합니다. 항상 유지되는 메인 브랜치들(master, develop)과 일정 기간 동안만 유지되는 보조 브랜치들(feature, release, hotfix)이 있습니다.
- master : 제품으로 출시될 수 있는 브랜치
- develop : 다음 출시 버전을 개발하는 브랜치
- feature : 기능을 개발하는 브랜치
- release : 이번 출시 버전을 준비하는 브랜치
- hotfix : 출시 버전에서 발생한 버그를 수정 하는 브랜치
Git-branching-model.pdf3.89MB# 릴리즈 브랜치 살아있으면 릴리즈 브렌치에 머지하고 그 릴리즈 브랜치를 나중에 디벨롭 브랜치에 머지
https://techblog.woowahan.com/2553/
우린 Git-flow를 사용하고 있어요 | 우아한형제들 기술블로그
안녕하세요. 우아한형제들 배민프론트개발팀에서 안드로이드 앱 개발을 하고 있는 나동호입니다. 오늘은 저희 안드로이드 파트에서 사용하고 있는 Git 브랜치 전략을 소개하려고 합니다. '배달
techblog.woowahan.com
squash, rebase
728x90'Git' 카테고리의 다른 글
[Git] git push local directory to github (0) 2025.08.06 [Git] Usage in VS2022 (0) 2025.07.28 [Git] 시작하기 (1) 2025.07.17 [Git][깃] Git-VS 연동 (1) 2022.11.29 [Git] git merge branch (0) 2022.11.22 댓글