LoginSignup
0
0

More than 5 years have passed since last update.

Gitの基本ブランチモデル2つ - Git Flow / GitHub Flow -

Posted at

Gitは、分散型バージョン管理システムで、そのブランチモデルには大きく2つのモデルがあります。
Git FlowとGitHub Flowです。

Git Flow

しっかりしたモデルなため、少々、複雑。
git-flowを利用。
http://keijinsonyaban.blogspot.jp/2010/10/successful-git-branching-model.html

GitHub Flow

シンプルなモデルでリリース間隔が短いものに対応。
Pull Requestが特徴。
https://gist.github.com/Gab-km/3705015

ということで、いわゆるDevOpsと言われるスタイルを目指すのならGitHub Flowか。
エンタープライズスタイルならGit Flow?

--
20140820 initial

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0