About

Git is an open-source DVCS (Distributed Version Control System) with an emphasis on speed. was initially designed and developed by Linus Torvalds for kernel development. Every Git working directory contains a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server.

There are many resources and tutorials available free online for Git beginners; see the bottom of this page for links to some of these resources.

Characteristics

  • Strong support for non-linear development
  • Distributed development
  • Compatibility with existing systems/protocols
  • Efficient handling of large projects
  • Cryptographic authentication of history
  • Toolkit-based design
  • Pluggable merge strategies
  • Garbage accumulates unless collected
  • Periodic explicit object packing

Data structures

enter image description here

External Links

Internal Links

Installation/Setup

Working with the code

Tagging, branching, releases, baselines

Other

  • msysgit - Cross platform, included with Git
  • gitk - Cross platform history viewer, included with Git
  • gitnub - Mac OS X
  • gitx - Mac OS X history viewer
  • smartgit - Cross platform, commercial, beta
  • tig - console GUI for Linux
  • qgit - GUI for Windows, Linux
  • Git Extensions - package for Windows, includes friendly GUI

Any other common tasks a beginner should know?

Other Git beginner's references

Delving into Git

Comparison of revision control software

history|show excerpt|excerpt history