commands.sh

git help

all

Display help information about Git.

More info →

Options (4)

-w, --webboolean

Display help about a specific Git subcommand in a web browser

Example: git help {{[-w|--web]}} {{subcommand}}
-a, --allboolean

Display a list of all available Git subcommands

Example: git help {{[-a|--all]}}
-g, --guidesboolean

List the available guides

Example: git help {{[-g|--guides]}}
-c, --configboolean

List all possible configuration variables

Example: git help {{[-c|--config]}}

Examples (5)

Display help about a specific Git subcommand

git help subcommand

Display help about a specific Git subcommand in a web browser

git help [-w|--web] subcommand

Display a list of all available Git subcommands

git help [-a|--all]

List the available guides

git help [-g|--guides]

List all possible configuration variables

git help [-c|--config]
made by @shridhargupta | data from tldr-pages