Skip to content

Commit

Permalink
Create a post about git flow
Browse files Browse the repository at this point in the history
  • Loading branch information
dandyrilla committed Jan 3, 2024
1 parent 3f61891 commit c75c426
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions _posts/2017-07-29-git-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
layout: post
title: Git flow: 효율적인 git branch 전략
description: >
회사 또는 팀 프로젝트에서 여러사람들과 협업하기 위해 브랜치는 어떤 방식으로 관리되어야 할까요? 이에 대한 여러 방법들 중 하나인 git flow 전략에 대하여
알아봅니다.
tags: [git]
share: true
comments: true
---

* [A successful Git branching model](https://nvie.com/posts/a-successful-git-branching-model/) - Vincent Driessen
* [GitHub flow](https://docs.github.com/en/get-started/quickstart/github-flow) - GitHub Docs
* [우린 Git-flow를 사용하고 있어요](https://techblog.woowahan.com/2553/) - 나동호, 우아한 기술블로그
* [git flow model](https://www.youtube.com/watch?v=EzcF6RX8RrQ) - 생활코딩

0 comments on commit c75c426

Please sign in to comment.