Vincent Driessen | ee885cd | 2010-01-29 14:22:30 +0100 | [diff] [blame] | 1 | <!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> |
Vincent Driessen | b4f1d4b | 2010-01-29 14:25:49 +0100 | [diff] [blame^] | 27 | <script type="text/javascript"> |
| 28 | var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); |
| 29 | document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); |
| 30 | </script> |
| 31 | <script type="text/javascript"> |
| 32 | try { |
| 33 | var pageTracker = _gat._getTracker("UA-7780973-5"); |
| 34 | pageTracker._trackPageview(); |
| 35 | } catch(err) {}</script> |
Vincent Driessen | ee885cd | 2010-01-29 14:22:30 +0100 | [diff] [blame] | 36 | </body> |
| 37 | </html> |