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}}`
|