Grafische git-Tools
- gitk: History-Browser
- git gui: GUI zum Erstellen von Commits (insb. einfaches git add/reset/checkout/commit), praktisch insb. zum kontextweisen / zeilenweisen Hinzufügen von Änderungen.
IDE-Integration
- Eclipse: EGit Team Provider + JGit Java implementation of Git http://www.eclipse.org/egit/
- Netbeans: http://netbeans.org/kb/docs/ide/git.html
- IntelliJ: http://www.jetbrains.com/idea/features/version_control.html
Windows
- SourceTree: http://www.sourcetreeapp.com/
- TortoiseGIT: Windows-Explorer-Integration http://code.google.com/p/tortoisegit/
- Git Extensions: https://code.google.com/p/gitextensions/
Mac OS X
- GitX: http://gitx.frim.nl/
- GitX-dev: http://rowanj.github.io/gitx/
- Tower: http://www.git-tower.com/
- SourceTree: http://www.sourcetreeapp.com/
Weitere Informationen
- GUI Clients: http://git-scm.com/downloads/guis
- Git Interfaces, frontends, and tools https://git.wiki.kernel.org/index.php/Interfaces,_frontends,_and_tools
Aufgaben
- Rufen Sie die Historie des example-Projektes mit gitk auf.
- Ändern Sie die Datei readme.txt und erstellen Sie einen Commit mit git gui.