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.
Its features include:
- Distributed development
- Strong support for non-linear development
- Efficient handling of large projects
- Cryptographic authentication of history
- Toolkit design
http://git-scm.com/
comments powered by Disqus
Related Products
Darcs - Distributed Revision Control in Haskell
Darcs is a distributed advanced revision control system written in Haskell. It is similar to Git, Mercurial and Bazaar. User will have own personnel repository and commits his changes to it. Later the changes are pushed to the centralized repository. Every repository is a branch and it provides support to integrate the changes between them. It provides support to send the changes by email.
Fossil
Fossil is a distributed version control like Git and Mercurial. Fossil also supports distributed bug tracking and distributed wiki all in a single integrated package. It is simple, high-reliability, distributed software configuration management.
Monotone
Monotone is a free distributed version control system. It provides a simple, single-file transactional version store, with fully disconnected operation and an efficient peer-to-peer synchronization protocol. It understands history-sensitive merging, lightweight branches, integrated code review and 3rd party testing. It uses cryptographic version naming and client-side RSA certificates.
Mercurial
Mercurial is fast and powerful. Mercurial offers you the power and speed to efficiently handle projects of any size and kind. Every clone contains the whole project history, so committing, branching, tagging and merging are local operations which makes them fast and convenient. You can use a multitude of workflows and easily enhance its functionality with extensions.
msysGit - Git for windows
Git is a powerful distributed Source Code Management tool. msysGit is a port of Git.
Bugzilla-vcs - Version Control (VCS) Integration for Bugzilla
This is an extension for Bugzilla 3.6.1 and above that allows you to integrate your version-control system (sometimes also called a "Software Configuration Management" or "SCM" system) with Bugzilla. This extension is provided by Everything Solved, Inc. If you would like support, customizations, or additional features added, please contact us. Supported VCS SystemsCurrently, the VCS extension can support CVS, Subversion (svn), Bazaar (bzr), Mercurial (hg), and Git. If you would like any addition
Git-core - Git - the stupid content tracker
Welcome to git development community.This message is written by the maintainer and talks about how Git project is managed, and how you can work with it. Mailing list and the community The development is primarily done on the Git mailing list. Help requests, feature proposals, bug reports and patches should be sent to the list address <git@vger.kernel.org>. You don't have to be subscribed to send messages. The convention on the list is to keep everybody involved on Cc:, so it is unnecessary to as
bzr-visualstudio
An integration package that brings the wonderful world of friendly distributed version control to Visual Studio 2005. The project includes a class library written in C# exposing a Bazaar API to all .NET languages running with Mono or Microsoft's .NET, and a Visual Studio source control provider which integrates the Bazaar version control system into Visual Studio 2005.
OpenCVS
OpenCVS is a FREE implementation of the Concurrent Versions System, the most popular open source revision control software. It can be used as both client and server for repositories and provides granular access control over data stored in the repository. It aims to be as compatible as possible with other CVS implementations, except when particular features reduce the overall security of the system.
CVS
CVS is a version control system, an important component of Source Configuration Management (SCM). Using it, you can record the history of sources files, and documents. CVS is a production quality system in wide use around the world, including many free software projects.