mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-26 18:32:41 +03:00
5a54763c72
- use underscore rather than minus - use lower case rather than uppder case
20 lines
218 B
Markdown
20 lines
218 B
Markdown
# git
|
|
|
|
> Distributed version control system.
|
|
|
|
- Check the Git version:
|
|
|
|
`git --version`
|
|
|
|
- Call general help:
|
|
|
|
`git --help`
|
|
|
|
- Call help on a command:
|
|
|
|
`git help {{command}}`
|
|
|
|
- Execute Git command:
|
|
|
|
`git {{command}}`
|