mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 09:17:57 +01:00
15 lines
No EOL
158 B
Markdown
15 lines
No EOL
158 B
Markdown
#git
|
|
|
|
> Main command for all `git` commands
|
|
|
|
- Checking git version
|
|
|
|
`git --version`
|
|
|
|
- Calling help
|
|
|
|
`git --help`
|
|
|
|
- Executing git command
|
|
|
|
`git {{command}}` |