Git

From Open Source Ecology
Revision as of 04:02, 30 March 2012 by YK (talk | contribs) (Created page with "=What is Git= "Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Every ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

What is Git

"Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Every Git clone is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server. Branching and merging are fast and easy to do."

Git Website

How to Get Git in Linux

  • Open Terminal and type:

sudo apt-get install git-core

Gitcore.png