Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,19 +1,19 @@
# git
> Main command for all git commands
> Main command for all git commands.
- Check the Git version
- Check the Git version:
`git --version`
- Call general help
- Call general help:
`git --help`
- Call help on a command
- Call help on a command:
`git help {{COMMAND}}`
- Execute Git command
- Execute Git command:
`git {{COMMAND}}`