Git

Git Source Code Managementsystem (SCM), die verteilte Alternative zu CVS (→Versionsverwaltung).

Getting Started

  1. Download installer.
  2. Run installer and accept defaults.
  3. 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

  • 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

Git mergetool with Meld on Windows

Known Issues

Recommendet Reading

Anmelden
About this site