Git Help and Manual
Always remember that if you forget the subcommands or options of a
gitcommand, you can access the relevant list of options typinggit <command> -hor access the corresponding Git manual by typinggit <command> --help, e.g.:$ git config -h $ git config --helpWhile viewing the manual, remember the
:is a prompt waiting for commands and you can press Q to exit the manual.More generally, you can get the list of available
gitcommands and further resources of the Git manual typing:$ git help