Files
tldr/pages/common/git.md
2016-07-24 14:15:31 +02:00

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