Inhaltsverzeichnis
Git
Git Source Code Managementsystem (SCM), die verteilte Alternative zu CVS (→Versionsverwaltung).
- Graphical User Interface (GUI) Clients for Git
Git Extensions – The only graphical user interface for Git that allows you control Git without using the commandline.
Download Git Extensions for Windows
Getting Started
- Download installer.
- Run installer and accept defaults.
- First time Git setup (per user) 1).
$ git config --global user.name "John Doe" $ git config --global user.email johndoe@example.com #$ git config --global core.editor emacs #$ git config --global merge.tool vimdiff
File Manager Integration
- www.tortoisegit.org – The coolest (User-)Interface to Git Version Control
- RabbitVCS provide simple and straightforward access to the version control systems. It is integrated into the Nautilus and Thunar file managers, the Gedit text editor, and supports Subversion and Git.
Documentation
User's Manual
Quick Reference
Tutorial
Wiki
Every Day Git
Frequently Asked Questions (FAQ) and Answers
Cross platform issues (UNIX versus Windows)
CVS and SVN \$Id:\$ Replacement for Git
- Customizing Git - Git Attributes – Keyword Expansion
Git mergetool with Meld on Windows
Known Issues
Recommendet Reading
- The entire Pro Git book – written by Scott Chacon and Ben Straub