Git Branching Model - nvie.com · Title: A successful Git branching model Author: Vincent Driessen (@nvie) Keywords: git, branching, model, gitflow, nvie, Vincent, Driessen, blog,

Post on 19-Aug-2018

234 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

Transcript

Time

release branches masterdevelop hot!xes

feature branches

Feature for future

release

Tag

1.0

Major feature for

next release

From this point on, “next release”

means the release after 1.0

Severe bug !xed for

production:hot!x 0.2

Bug!xes from rel. branch

may be continuously merged back into develop

Tag

0.1

Tag

0.2

Incorporate bug!x in develop

Only bug!xes!

Start of release

branch for1.0

Author: Vincent DriessenOriginal blog post: http://nvie.com/posts/a-succesful-git-branching-model

License: Creative Commons BY-SA

top related