-
[git] work flowprograming/etc 2019. 11. 11. 14:29
안녕하세요, Einere입니다.
(ADblock을 꺼주시면 감사하겠습니다.)
오늘은 깃을 이용한 work flow에 대해 알아보도록 하겠습니다.
work flow란?
https://en.wikipedia.org/wiki/Workflow
Workflow - Wikipedia
An IMRAD model for developing research articles A workflow consists of an orchestrated and repeatable pattern of activity, enabled by the systematic organization of resources into processes that transform materials, provide services, or process information
en.wikipedia.org
branch 공부하기
https://learngitbranching.js.org/
Learn Git Branching
An interactive Git visualization tool to educate and challenge!
learngitbranching.js.org
work flow의 종류
git-flow
merge기반 제일 전통적이고 빡센 플로우입니다.
SourceTree 혹은 git CLI를 통해서 쉬운 운영 가능합니다.
https://danielkummer.github.io/git-flow-cheatsheet/index.ko_KR.html
git-flow cheatsheet
danielkummer.github.io
http://woowabros.github.io/experience/2017/10/30/baemin-mobile-git-branch-strategy.html
우린 Git-flow를 사용하고 있어요 - 우아한형제들 기술 블로그
안녕하세요. 우아한형제들 배민프론트개발팀에서 안드로이드 앱 개발을 하고 있는 나동호입니다.오늘은 저희 안드로이드 파트에서 사용하고 있는 Git 브랜치 전략을 소개하려고 합니다. ‘배달의민족 안드로이드 모바일 파트에서 이렇게 브랜치를 관리하고 있구나’ 정도로 봐주시면 좋을 것 같습니다.
woowabros.github.io
https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow
Gitflow Workflow | Atlassian Git Tutorial
A deep dive into the Gitflow Workflow. Learn if this Git workflow is right for you and your team with this comprehensive tutorial.
www.atlassian.com
github flow
간단한 플로우입니다.
gitlab flow
git-flow와 github flow의 절충안입니다.
'programing > etc' 카테고리의 다른 글
[OAuth] FacebookTokenError 해결하는 방법 (0) 2019.11.15 [ESLint, Prettier] 린트 및 프리티어 설정하기 (0) 2019.11.11 [mac] 맥에서 사진 앱 사용시 주의사항 및 복구 방법 (0) 2019.11.09 [CleanCode] 클린코드(3) - 함수 (0) 2019.11.02 [CleanCode] 클린코드(2) - 의미 있는 이름 (0) 2019.10.28 댓글