1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/common/git.md
2014-02-23 11:43:06 +01:00

15 lines
No EOL
156 B
Markdown

#git
> Main command for all `git` commands
- Checking git version
`git --version`
- Calling help
`git --help`
- Executing git command
`git <command>`