Git fork
at reftables-rust 74 lines 3.7 kB view raw view rendered
1[![Build status](https://github.com/git/git/workflows/CI/badge.svg)](https://github.com/git/git/actions?query=branch%3Amaster+event%3Apush) 2 3Git - fast, scalable, distributed revision control system 4========================================================= 5 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 10Git is an Open Source project covered by the GNU General Public 11License version 2 (some parts of it are under different licenses, 12compatible with the GPLv2). It was originally written by Linus 13Torvalds with help of a group of hackers around the net. 14 15Please read the file [INSTALL][] for installation instructions. 16 17Many Git online resources are accessible from <https://git-scm.com/> 18including full documentation and Git related tools. 19 20See [Documentation/gittutorial.adoc][] to get started, then see 21[Documentation/giteveryday.adoc][] for a useful minimum set of commands, and 22`Documentation/git-<commandname>.adoc` for documentation of each command. 23If git has been correctly installed, then the tutorial can also be 24read with `man gittutorial` or `git help tutorial`, and the 25documentation of each command with `man git-<commandname>` or `git help 26<commandname>`. 27 28CVS users may also want to read [Documentation/gitcvs-migration.adoc][] 29(`man gitcvs-migration` or `git help cvs-migration` if git is 30installed). 31 32The user discussion and development of Git take place on the Git 33mailing list -- everyone is welcome to post bug reports, feature 34requests, comments and patches to git@vger.kernel.org (read 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 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 44list archives are available at <https://lore.kernel.org/git/>, 45<https://marc.info/?l=git> and other archival sites. 46 47Issues which are security relevant should be disclosed privately to 48the Git Security mailing list <git-security@googlegroups.com>. 49 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. 54 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 68[INSTALL]: INSTALL 69[Documentation/gittutorial.adoc]: Documentation/gittutorial.adoc 70[Documentation/giteveryday.adoc]: Documentation/giteveryday.adoc 71[Documentation/gitcvs-migration.adoc]: Documentation/gitcvs-migration.adoc 72[Documentation/SubmittingPatches]: Documentation/SubmittingPatches 73[Documentation/CodingGuidelines]: Documentation/CodingGuidelines 74[po/README.md]: po/README.md