- Notifications
You must be signed in to change notification settings - Fork0
Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements.
License
dosinix/git
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Git is a fast, scalable, distributed revision control system with anunusually rich command set that provides both high-level operationsand full access to internals.
Git is an Open Source project covered by the GNU General PublicLicense version 2 (some parts of it are under different licenses,compatible with the GPLv2). It was originally written by LinusTorvalds with help of a group of hackers around the net.
Please read the fileINSTALL for installation instructions.
Many Git online resources are accessible fromhttps://git-scm.com/including full documentation and Git related tools.
SeeDocumentation/gittutorial.txt to get started, then seeDocumentation/giteveryday.txt for a useful minimum set of commands, andDocumentation/git-.txt for documentation of each command.If git has been correctly installed, then the tutorial can also beread withman gittutorial
orgit help tutorial
, and thedocumentation of each command withman git-<commandname>
orgit help <commandname>
.
CVS users may also want to readDocumentation/gitcvs-migration.txt(man gitcvs-migration
orgit help cvs-migration
if git isinstalled).
The user discussion and development of Git take place on the Gitmailing list -- everyone is welcome to post bug reports, featurerequests, comments and patches togit@vger.kernel.org (readDocumentation/SubmittingPatches for instructions on patch submission).To subscribe to the list, send an email with just "subscribe git" inthe body tomajordomo@vger.kernel.org. The mailing list archives areavailable athttps://public-inbox.org/git/,http://marc.info/?l=git and other archival sites.
Issues which are security relevant should be disclosed privately tothe Git Security mailing listgit-security@googlegroups.com.
The maintainer frequently sends the "What's cooking" reports thatlist the current status of various development topics to the mailinglist. The discussion following them give a good reference forproject status, development direction and remaining tasks.
The name "git" was given by Linus Torvalds when he wrote the veryfirst version. He described the tool as "the stupid content tracker"and the name as (depending on your mood):
- random three-letter combination that is pronounceable, and notactually used by any common UNIX command. The fact that it is amispronunciation of "get" may or may not be relevant.
- stupid. contemptible and despicable. simple. Take your pick from thedictionary of slang.
- "global information tracker": you're in a good mood, and it actuallyworks for you. Angels sing, and a light suddenly fills the room.
- "goddamn idiotic truckload of sh*t": when it breaks
About
Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements.
Resources
License
Stars
Watchers
Forks
Packages0
Languages
- C48.1%
- Shell35.7%
- Perl7.1%
- Tcl4.8%
- Python2.1%
- Makefile0.9%
- Other1.3%