| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
| <!-- Shamelessly ripped from the Github pages of the mogenerator project, by Jonathan Rentzsch |
| http://rentzsch.github.com/mogenerator/ --> |
| <html> |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| <title>gitflow</title> |
| <link href="styles.css" rel="stylesheet" type="text/css"> |
| </head> |
| <body> |
| <div id="page"> |
| <a href="http://github.com/nvie/gitflow"> |
| <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"> |
| </a> |
| <div id="main"> |
| <dl> |
| <dt>gitflow</dt> |
| <dd> |
| <p>Provides a set of tools to support managing the <a |
| href="http://nvie.com/archives/323">Git branching model</a> |
| as introduced in Vincent Driessen's original blog post.</p> |
| <p><a href="http://nvie.com/archives/323"><img src="branches-overview.png" /></a></p> |
| </dd> |
| </dl> |
| </div> |
| </div> |
| <script type="text/javascript"> |
| var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); |
| document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); |
| </script> |
| <script type="text/javascript"> |
| try { |
| var pageTracker = _gat._getTracker("UA-7780973-5"); |
| pageTracker._trackPageview(); |
| } catch(err) {}</script> |
| </body> |
| </html> |