Git

From Gentoo Linux Wiki

Jump to: navigation, search


Contents

[edit] What is git?

Git is a version control system. It is used for keeping track of changes made to source code, etc. The changes are often made by different people, though this is not necessary. Similar tools include CVS, Subversion, Mercurial, or Bazaar. Git is distributed source control management system, which means it does not require a central repository. Git can and often is used with a central repository workflow, though.

Git was originally developed by Linus Torvalds and friends for managing development of the Linux kernel. It is relatively new, though many large projects have adopted it.

[edit] How do I install git?

emerge -av dev-util/git

[edit] How do I use git?

Watch the presentation by Randal Schwartz: [1].

Go through the beginner's tutorial: [2].

Go through the everyday git docs: [3].

Git it documented through extensive man pages, which are replicated online.

[edit] See Also

gitosis

Retrieved from "http://gentoo-wiki.com/Git"
Personal tools