blob: 8b0f1a6f3737221ffa29654f49aabe605c4b58fd [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
Vincent Driessen9975a122010-02-24 02:03:56 +010020 href="http://nvie.com/git-model?utm_source=github&utm_medium=web&utm_campaign=branch-model">Git branching model</a>
Vincent Driessen6ab98a52010-02-11 00:05:36 +010021 as introduced in Vincent Driessen's original blog post.</p>
Vincent Driessen9975a122010-02-24 02:03:56 +010022 <p><a href="http://nvie.com/git-model?utm_source=github&utm_medium=web&utm_campaign=branch-model"><img src="branches-overview.png" /></a></p>
Vincent Driessenee885cd2010-01-29 14:22:30 +010023 </dd>
24 </dl>
25 </div>
26 </div>
Vincent Driessenb4f1d4b2010-01-29 14:25:49 +010027<script type="text/javascript">
28var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
29document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
30</script>
31<script type="text/javascript">
32try {
33var pageTracker = _gat._getTracker("UA-7780973-5");
34pageTracker._trackPageview();
35} catch(err) {}</script>
Vincent Driessenee885cd2010-01-29 14:22:30 +010036</body>
37</html>