Options (4)
-w, --webbooleanDisplay help about a specific Git subcommand in a web browser
Example:
git help {{[-w|--web]}} {{subcommand}}-a, --allbooleanDisplay a list of all available Git subcommands
Example:
git help {{[-a|--all]}}-g, --guidesbooleanList the available guides
Example:
git help {{[-g|--guides]}}-c, --configbooleanList all possible configuration variables
Example:
git help {{[-c|--config]}}Examples (5)
Display help about a specific Git subcommand
git help subcommandDisplay help about a specific Git subcommand in a web browser
git help [-w|--web] subcommandDisplay 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