Skip to content

Commit

Permalink
git-help: add page (#4019)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrl authored May 9, 2020
1 parent 59bb357 commit 57e72f6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions common/pages/git-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# git help

> Display help information about git.
> More information: <https://git-scm.com/docs/git-help>.
- Display help about a specific git subcommand:

`git help {{subcommand}}`

- Display help about a specific git subcommand in a web browser:

`git help --web {{subcommand}}`

- Display a list of all available git subcommands:

`git help --all`

- List the available guides:

`git help --guide`

- List all possible configuration variables:

`git help --config`

0 comments on commit 57e72f6

Please sign in to comment.