tldr/pages/common/git.md

19 lines
212 B
Markdown
Raw Normal View History

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