CLI#
GitHelp is used from the terminal with the githelp command.
This page shows all available commands, options, and arguments.
For each command, the gray box shows the usage line.
These follow common bash / Unix conventions:
the
[]do not get used, they indicate that there might be more than one item in that position[OPTIONS]refers to any optional inputs or options[ARGS]refers to required inputs, or arguments
examples of what usage lines mean:
githelp --helporgithelp -hRungithelpwith the--helpor-hoption to see help.githelp
Rungithelpwith no subcommand. This will show the help text and the GitHelp menu (including available tip pages).githelp list
Rungithelpwith thelistsubcommand. This prints the menu and shows all available tips fromtips.yml.githelp explain [subcommand]Useexplainto see llama2 tips for a specific Git subcommand. For example:githelp explain statusto see help foradd.githelp explain committo see help forbranch.githelp explain statusto see help forcheckout.githelp explain committo see help forclone.githelp explain statusto see help forcommit.githelp explain committo see help forfetch.githelp explain statusto see help forlogs.githelp explain committo see help forpull.githelp explain statusto see help forpush.githelp explain committo see help forrebase.githelp explain statusto see help forstatus.githelp explain committo see help fortag.