rename git to Git

This commit is contained in:
lucas schneider
2021-01-07 11:06:38 -03:00
committed by Starbeamrainbowlabs
parent 2ec5fb9d50
commit eef3712fc3
104 changed files with 149 additions and 149 deletions

View File

@@ -1,17 +1,17 @@
# git help
> Display help information about git.
> Display help information about Git.
> More information: <https://git-scm.com/docs/git-help>.
- Display help about a specific git subcommand:
- Display help about a specific Git subcommand:
`git help {{subcommand}}`
- Display help about a specific git subcommand in a web browser:
- Display help about a specific Git subcommand in a web browser:
`git help --web {{subcommand}}`
- Display a list of all available git subcommands:
- Display a list of all available Git subcommands:
`git help --all`