What is Git and why Git?: Difference between revisions

From Fluids Wiki
Jump to navigation Jump to search
m (moved Empty page to What is Git and why Git?: 'cuz I said so.)
No edit summary
Line 1: Line 1:
This page was temporary. Please recycle me, or sysop can delete me.
Git was initially designed and developed by Linus Torvalds for Linux kernel development; it has since been adopted by many other projects. 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 is free software distributed under the terms of the GNU General Public License version 2.

Revision as of 14:50, 11 October 2012

Git was initially designed and developed by Linus Torvalds for Linux kernel development; it has since been adopted by many other projects. 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 is free software distributed under the terms of the GNU General Public License version 2.