Git: Difference between revisions

From P2P Foundation
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
'''= Fast Version Control System used for the Linux Kernel'''
'''= Fast Version Control System used for the Linux Kernel'''


Line 12: Line 11:
Git is an Open Source project covered by the GNU General Public License v2. It was originally written by Linus Torvalds and is currently maintained by Junio C Hamano."
Git is an Open Source project covered by the GNU General Public License v2. It was originally written by Linus Torvalds and is currently maintained by Junio C Hamano."
(http://git.or.cz/)
(http://git.or.cz/)
=More Information=
#http://en.wikipedia.org/wiki/Git_(software)
#http://savannah.gnu.org/maintenance/UsingGit
#http://kerneltrap.org/Linux/Git_on_Windows





Revision as of 11:25, 25 July 2008

= Fast Version Control System used for the Linux Kernel

URL = http://git.or.cz/

Description

"Git is an open source version control system designed to handle very large projects with speed and efficiency, but just as well suited for small personal repositories; it is especially popular in the open source community, serving as a development platform for projects like the Linux Kernel, Ruby on Rails, WINE or X.org.

Git falls in the category of distributed source code management tools, similar to e.g. Mercurial or Bazaar. Every Git working directory is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server. Still, Git stays extremely fast and space efficient.

Git is an Open Source project covered by the GNU General Public License v2. It was originally written by Linus Torvalds and is currently maintained by Junio C Hamano." (http://git.or.cz/)


More Information

  1. http://en.wikipedia.org/wiki/Git_(software)
  2. http://savannah.gnu.org/maintenance/UsingGit
  3. http://kerneltrap.org/Linux/Git_on_Windows