descriptionModified version of Gitweb that runs this site
last changeSat, 9 Sep 2023 02:44:23 +0000 (12:44 +1000)
README.md

Build Status

Git - fast, scalable, distributed revision control system

Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals.

Git is an Open Source project covered by the GNU General Public License version 2 (some parts of it are under different licenses, compatible with the GPLv2). It was originally written by Linus Torvalds with help of a group of hackers around the net.

Please read the file INSTALL for installation instructions.

Many Git online resources are accessible from https://git-scm.com/ including full documentation and Git related tools.

See Documentation/gittutorial.txt to get started, then see Documentation/giteveryday.txt for a useful minimum set of commands, and Documentation/git-<commandname>.txt for documentation of each command. If git has been correctly installed, then the tutorial can also be read with man gittutorial or git help tutorial, and the documentation of each command with man git-<commandname> or git help <commandname>.

CVS users may also want to read Documentation/gitcvs-migration.txt (man gitcvs-migration or git help cvs-migration if git is installed).

The user discussion and development of Git take place on the Git mailing list -- everyone is welcome to post bug reports, feature requests, comments and patches to git@vger.kernel.org (read Documentation/SubmittingPatches for instructions on patch submission). To subscribe to the list, send an email with just "subscribe git" in the body to majordomo@vger.kernel.org. The mailing list archives are available at https://public-inbox.org/git/, http://marc.info/?l=git and other archival sites.

Issues which are security relevant should be disclosed privately to the Git Security mailing list git-security@googlegroups.com.

The maintainer frequently sends the "What's cooking" reports that list the current status of various development topics to the mailing list. The discussion following them give a good reference for project status, development direction and remaining tasks.

The name "git" was given by Linus Torvalds when he wrote the very first version. He described the tool as "the stupid content tracker" and the name as (depending on your mood):

Commits

2023-09-09 conditional markdown preprocessing
2020-07-21 general improvements
2019-10-15 improve error page/httpd logging and file permissions
2019-10-13 general UI improvements
2019-09-30 Fourth batch
2019-09-30 Merge branch 'ds/commit-graph-on-fetch'
2019-09-30 Merge branch 'bw/rebase-autostash-keep-current-branch'
2019-09-30 Merge branch 'ds/include-exclude'
2019-09-30 Merge branch 'jh/trace2-pretty-output'
2019-09-30 Merge branch 'dl/rebase-i-keep-base'
2019-09-30 Merge branch 'sg/clean-nested-repo-with-ignored'
2019-09-30 Merge branch 'dl/complete-cherry-pick-revert-skip'
2019-09-30 Merge branch 'dl/use-sq-from-test-lib'
2019-09-30 Merge branch 'jk/misc-uninitialized-fixes'
2019-09-30 Merge branch 'sg/git-test-boolean'
2019-09-30 Merge branch 'rs/get-tagged-oid'
show all commits

Tags

4 years ago v2.23.0 Git 2.23
4 years ago v2.22.1 Git 2.22.1
4 years ago v2.23.0-rc2 Git 2.23-rc2
4 years ago v2.23.0-rc1 Git 2.23-rc1
4 years ago v2.23.0-rc0 Git 2.23-rc0
4 years ago v2.22.0 Git 2.22
4 years ago v2.22.0-rc3 Git 2.22-rc3
4 years ago v2.22.0-rc2 Git 2.22-rc2
4 years ago v2.22.0-rc1 Git 2.22-rc1
4 years ago v2.22.0-rc0 Git 2.22-rc0
5 years ago v2.21.0 Git 2.21
5 years ago v2.21.0-rc2 Git 2.21-rc2
5 years ago v2.21.0-rc1 Git 2.21-rc1
5 years ago v2.21.0-rc0 Git 2.21-rc0
5 years ago v2.20.1 Git 2.20.1
5 years ago v2.20.0 Git 2.20
show all tags

Branches

7 months ago master