English ▾
Localized versions of git-version manual
Topics ▾
Email
Version 2.43.0
▾
git-version last updated in 2.43.0
Changes in the git-version manual
Setup and Config
Getting and Creating Projects
Basic Snapshotting
Branching and Merging
Sharing and Updating Projects
Inspection and Comparison
Patching
Debugging
External Systems
Server Admin
Guides
- gitattributes
- Command-line interface conventions
- Everyday Git
- Frequently Asked Questions (FAQ)
- Glossary
- Hooks
- gitignore
- gitmodules
- Revisions
- Submodules
- Tutorial
- Workflows
- All guides...
Administration
Plumbing Commands
DESCRIPTION
With no options given, the version of git is printed on the standard output.
Note that git --version
is identical to git version
because the
former is internally converted into the latter.
GIT
Part of the git[1] suite