]> git.ipfire.org Git - thirdparty/git.git/blame - README
branch: let branch filters imply --list
[thirdparty/git.git] / README
CommitLineData
8ac866a8 1////////////////////////////////////////////////////////////////
6ad6d3d3 2
e83c5163
LT
3 GIT - the stupid content tracker
4
8ac866a8 5////////////////////////////////////////////////////////////////
556b6600 6
e83c5163
LT
7"git" can mean anything, depending on your mood.
8
9 - random three-letter combination that is pronounceable, and not
10 actually used by any common UNIX command. The fact that it is a
90c4851b 11 mispronunciation of "get" may or may not be relevant.
e83c5163
LT
12 - stupid. contemptible and despicable. simple. Take your pick from the
13 dictionary of slang.
14 - "global information tracker": you're in a good mood, and it actually
556b6600 15 works for you. Angels sing, and a light suddenly fills the room.
e83c5163
LT
16 - "goddamn idiotic truckload of sh*t": when it breaks
17
556b6600
NP
18Git is a fast, scalable, distributed revision control system with an
19unusually rich command set that provides both high-level operations
20and full access to internals.
21
779d7e93
SL
22Git is an Open Source project covered by the GNU General Public
23License version 2 (some parts of it are under different licenses,
71ce415d
JH
24compatible with the GPLv2). It was originally written by Linus
25Torvalds with help of a group of hackers around the net.
556b6600
NP
26
27Please read the file INSTALL for installation instructions.
aa98eb3d 28
8a124b82 29See Documentation/gittutorial.txt to get started, then see
aa98eb3d
CC
30Documentation/everyday.txt for a useful minimum set of commands, and
31Documentation/git-commandname.txt for documentation of each command.
32If git has been correctly installed, then the tutorial can also be
33read with "man gittutorial" or "git help tutorial", and the
34documentation of each command with "man git-commandname" or "git help
35commandname".
36
37CVS users may also want to read Documentation/gitcvs-migration.txt
38("man gitcvs-migration" or "git help cvs-migration" if git is
39installed).
556b6600 40
f73b3af3 41Many Git online resources are accessible from http://git-scm.com/
556b6600
NP
42including full documentation and Git related tools.
43
44The user discussion and development of Git take place on the Git
45mailing list -- everyone is welcome to post bug reports, feature
07f050c9
MM
46requests, comments and patches to git@vger.kernel.org (read
47Documentation/SubmittingPatches for instructions on patch submission).
48To subscribe to the list, send an email with just "subscribe git" in
49the body to majordomo@vger.kernel.org. The mailing list archives are
50available at http://marc.theaimsgroup.com/?l=git and other archival
51sites.
620d3f42
JH
52
53The messages titled "A note from the maintainer", "What's in
54git.git (stable)" and "What's cooking in git.git (topics)" and
55the discussion following them on the mailing list give a good
56reference for project status, development direction and
57remaining tasks.