]> git.ipfire.org Git - thirdparty/git.git/blame - README.md
The ninteenth batch
[thirdparty/git.git] / README.md
CommitLineData
df7375d7 1[![Build status](https://github.com/git/git/workflows/CI/badge.svg)](https://github.com/git/git/actions?query=branch%3Amaster+event%3Apush)
5f786466 2
28513c4f
MM
3Git - fast, scalable, distributed revision control system
4=========================================================
556b6600 5
556b6600
NP
6Git is a fast, scalable, distributed revision control system with an
7unusually rich command set that provides both high-level operations
8and full access to internals.
9
779d7e93
SL
10Git is an Open Source project covered by the GNU General Public
11License version 2 (some parts of it are under different licenses,
71ce415d
JH
12compatible with the GPLv2). It was originally written by Linus
13Torvalds with help of a group of hackers around the net.
556b6600 14
61649720 15Please read the file [INSTALL][] for installation instructions.
aa98eb3d 16
bcd886d8 17Many Git online resources are accessible from <https://git-scm.com/>
d9b297db
MM
18including full documentation and Git related tools.
19
61649720
MM
20See [Documentation/gittutorial.txt][] to get started, then see
21[Documentation/giteveryday.txt][] for a useful minimum set of commands, and
7926cee9 22`Documentation/git-<commandname>.txt` for documentation of each command.
aa98eb3d 23If git has been correctly installed, then the tutorial can also be
a299e3a3
BD
24read with `man gittutorial` or `git help tutorial`, and the
25documentation of each command with `man git-<commandname>` or `git help
26<commandname>`.
aa98eb3d 27
61649720 28CVS users may also want to read [Documentation/gitcvs-migration.txt][]
a299e3a3 29(`man gitcvs-migration` or `git help cvs-migration` if git is
aa98eb3d 30installed).
556b6600 31
556b6600
NP
32The user discussion and development of Git take place on the Git
33mailing list -- everyone is welcome to post bug reports, feature
07f050c9 34requests, comments and patches to git@vger.kernel.org (read
4ed7dfa7
PO
35[Documentation/SubmittingPatches][] for instructions on patch submission
36and [Documentation/CodingGuidelines][]).
37
38Those wishing to help with error message, usage and informational message
39string translations (localization l10) should see [po/README.md][]
40(a `po` file is a Portable Object file that holds the translations).
41
af3d2c16
JH
42To subscribe to the list, send an email to <git+subscribe@vger.kernel.org>
43(see https://subspace.kernel.org/subscribing.html for details). The mailing
4ed7dfa7 44list archives are available at <https://lore.kernel.org/git/>,
d05b08cd 45<https://marc.info/?l=git> and other archival sites.
33b29fd1 46
2a00502b
TG
47Issues which are security relevant should be disclosed privately to
48the Git Security mailing list <git-security@googlegroups.com>.
49
33b29fd1
JH
50The maintainer frequently sends the "What's cooking" reports that
51list the current status of various development topics to the mailing
52list. The discussion following them give a good reference for
53project status, development direction and remaining tasks.
61649720 54
a217f073
MM
55The name "git" was given by Linus Torvalds when he wrote the very
56first version. He described the tool as "the stupid content tracker"
57and the name as (depending on your mood):
58
59 - random three-letter combination that is pronounceable, and not
60 actually used by any common UNIX command. The fact that it is a
61 mispronunciation of "get" may or may not be relevant.
62 - stupid. contemptible and despicable. simple. Take your pick from the
63 dictionary of slang.
64 - "global information tracker": you're in a good mood, and it actually
65 works for you. Angels sing, and a light suddenly fills the room.
66 - "goddamn idiotic truckload of sh*t": when it breaks
67
61649720
MM
68[INSTALL]: INSTALL
69[Documentation/gittutorial.txt]: Documentation/gittutorial.txt
70[Documentation/giteveryday.txt]: Documentation/giteveryday.txt
61649720
MM
71[Documentation/gitcvs-migration.txt]: Documentation/gitcvs-migration.txt
72[Documentation/SubmittingPatches]: Documentation/SubmittingPatches
4ed7dfa7
PO
73[Documentation/CodingGuidelines]: Documentation/CodingGuidelines
74[po/README.md]: po/README.md