/workbook/htmls/16-GUIs.html
http://github.com/matthewmccullough/git-workshop · HTML · 61 lines · 49 code · 12 blank · 0 comment · 0 complexity · ff1c9124507da2bcada3c42a7dad7c8f MD5 · raw file
- <link rel="stylesheet" type="text/css" media="screen" href="css/screen.css" />
-
- <h1>GUIs</h1>
- <h2>Bundled GUIs</h2>
- <p>Visualizes previous commits</p>
- <pre><code>gitk
- </code></pre>
- <p>Facilitates new commits</p>
- <pre><code>git gui
- </code></pre>
- <h2>IDEs</h2>
- <ul>
- <li>NetBeans
- <ul>
- <li><a href="http://nbgit.org/">NBGit plugin</a></li>
- <li>Good support for day-to-day commands</li>
- </ul></li>
- <li>Eclipse
- <ul>
- <li>EGit (GUI) and JGit (framework) projects.</li>
- <li>Was separate, but now officially at Eclipse.org</li>
- <li>Git now the default new repository format at Eclipse.org</li>
- <li>Significant investment in this plugin.</li>
- </ul></li>
- <li>IntelliJ
- <ul>
- <li>Bundled with the product</li>
- <li>Earliest IDE to include support</li>
- </ul></li>
- <li>SmartGit by Syntevo
- <ul>
- <li>Standalone product</li>
- <li>Commercial and free licenses</li>
- <li>Derivative of SmartSVN</li>
- </ul></li>
- </ul>
- <h2>Editors</h2>
- <ul>
- <li>emacs</li>
- <li>vi</li>
- <li>TextMate</li>
- </ul>
- <h2>Shell Plugins</h2>
- <ul>
- <li>Tortise Git</li>
- <li>Cheetah</li>
- <li>Git Shell Extensions (for Windows)</li>
- <li>For Mac</li>
- <li>For Unix</li>
- </ul>