/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

  1. <link rel="stylesheet" type="text/css" media="screen" href="css/screen.css" />
  2. <h1>GUIs</h1>
  3. <h2>Bundled GUIs</h2>
  4. <p>Visualizes previous commits</p>
  5. <pre><code>gitk
  6. </code></pre>
  7. <p>Facilitates new commits</p>
  8. <pre><code>git gui
  9. </code></pre>
  10. <h2>IDEs</h2>
  11. <ul>
  12. <li>NetBeans
  13. <ul>
  14. <li><a href="http://nbgit.org/">NBGit plugin</a></li>
  15. <li>Good support for day-to-day commands</li>
  16. </ul></li>
  17. <li>Eclipse
  18. <ul>
  19. <li>EGit (GUI) and JGit (framework) projects.</li>
  20. <li>Was separate, but now officially at Eclipse.org</li>
  21. <li>Git now the default new repository format at Eclipse.org</li>
  22. <li>Significant investment in this plugin.</li>
  23. </ul></li>
  24. <li>IntelliJ
  25. <ul>
  26. <li>Bundled with the product</li>
  27. <li>Earliest IDE to include support</li>
  28. </ul></li>
  29. <li>SmartGit by Syntevo
  30. <ul>
  31. <li>Standalone product</li>
  32. <li>Commercial and free licenses</li>
  33. <li>Derivative of SmartSVN</li>
  34. </ul></li>
  35. </ul>
  36. <h2>Editors</h2>
  37. <ul>
  38. <li>emacs</li>
  39. <li>vi</li>
  40. <li>TextMate</li>
  41. </ul>
  42. <h2>Shell Plugins</h2>
  43. <ul>
  44. <li>Tortise Git</li>
  45. <li>Cheetah</li>
  46. <li>Git Shell Extensions (for Windows)</li>
  47. <li>For Mac</li>
  48. <li>For Unix</li>
  49. </ul>