tldr/common/git.md

15 lines
158 B
Markdown
Raw Normal View History

2014-02-23 10:43:06 +00:00
#git
> Main command for all `git` commands
- Checking git version
`git --version`
- Calling help
`git --help`
- Executing git command
2014-02-23 20:52:18 +00:00
`git {{command}}`