Files
tldr/common/git.md
2014-02-23 21:52:18 +01:00

15 lines
158 B
Markdown

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