tldr/pages/common/git.md

20 lines
217 B
Markdown
Raw Normal View History

2015-10-22 10:31:52 +03:00
# git
2014-02-23 14:43:06 +04:00
> Main command for all git commands.
2014-02-23 14:43:06 +04:00
- Check the Git version:
2014-03-09 16:20:13 +04:00
`git --version`
- Call general help:
2014-03-09 16:20:13 +04:00
`git --help`
- Call help on a command:
2014-03-09 16:20:13 +04:00
`git help {{COMMAND}}`
- Execute Git command:
2014-02-23 14:43:06 +04:00
2015-10-22 10:31:52 +03:00
`git {{COMMAND}}`