tldr/pages/common/git.md

20 lines
217 B
Markdown
Raw Normal View History

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