From: Oleg Broytman Date: Fri, 19 May 2017 16:52:08 +0000 (+0300) Subject: Add ``git help -a`` and ``-g`` X-Git-Url: https://git.phdru.name/?p=git-wiki.git;a=commitdiff_plain;h=36f3551fc27e21fbe4ef6276559feb61f50fb997 Add ``git help -a`` and ``-g`` --- diff --git a/git-wiki.txt b/git-wiki.txt index aa44ff2..d531704 100644 --- a/git-wiki.txt +++ b/git-wiki.txt @@ -49,11 +49,13 @@ many different languages. Download Russian translation from `GArik `Git Buch `_ (German). -Offline documentation ---------------------- +Builtin help +------------ -Git has builtin help: run ``git help $TOPIC``. For example, run -``git help git`` or ``git help help``. +Run ``git help $TOPIC``. For example, run ``git help git`` or +``git help help``. Run ``git help -a`` to list help topics for all +available commands; ``git help -g`` to list help guides, i.e. help topics +that aren't commands. Quick start