blob: f4d8175883037b5da98c6812925dfc89f30d1bcf [file] [log] [blame]
Vincent Driessenee885cd2010-01-29 14:22:30 +01001<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2<!-- Shamelessly ripped from the Github pages of the mogenerator project, by Jonathan Rentzsch
3 http://rentzsch.github.com/mogenerator/ -->
4<html>
5<head>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
7 <title>gitflow</title>
8 <link href="styles.css" rel="stylesheet" type="text/css">
9</head>
10<body>
11 <div id="page">
12 <a href="http://github.com/nvie/gitflow">
13 <img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub">
14 </a>
15 <div id="main">
16 <dl>
17 <dt>gitflow</dt>
18 <dd>
19 <p>Provides a set of tools to support managing the <a
20 href="http://nvie.com/archives/323">Git branching model</a>
21 as introduces by Vincent Driessen's original blog post.</p>
22 <p><a href="http://nvie.com/archives/323"><img src="branches-overview.png" /></a></p>
23 </dd>
24 </dl>
25 </div>
26 </div>
27</body>
28</html>