Git: Difference between revisions

From Cheaha
Jump to navigation Jump to search
(Add link to practical documentation)
(Clean up links to wikipedia with text for the link)
Line 1: Line 1:
'''Git''' is a [[wikipedia:distributed revision control system]] with an emphasis on speed.  Git was initially designed and developed by [[wikipedia:Linus Torvalds]] for [[wikipedia:Linux kernel]] development. Every Git [[wikipedia:working directory]] is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server. Git's current [[wikipedia:software maintenance]] is overseen by Junio Hamano. Git is [[wikipedia:free software]] distributed under the terms of  the [[wikipedia:GNU General Public License]] version 2.
'''Git''' is a [[wikipedia:distributed revision control system|distributed revision control system]] with an emphasis on speed.  Git was initially designed and developed by [[wikipedia:Linus Torvalds|Linus Torvalds]] for [[wikipedia:Linux kernel|Linux kernel]] development. Every Git [[wikipedia:working directory|working directory]] is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server. Git's current [[wikipedia:software maintenance|software maintenance]] is overseen by Junio Hamano. Git is [[wikipedia:free software|free software]] distributed under the terms of  the [[wikipedia:GNU General Public License|GNU General Public License]] version 2.


[[Git Primer]]
[[Git Primer]]


[[UsingGitForDevelopment]]
[[UsingGitForDevelopment]]

Revision as of 22:16, 17 May 2012

Git is a distributed revision control system with an emphasis on speed. Git was initially designed and developed by Linus Torvalds for Linux kernel development. 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. Git's current software maintenance is overseen by Junio Hamano. Git is free software distributed under the terms of the GNU General Public License version 2.

Git Primer

UsingGitForDevelopment