From 36f3551fc27e21fbe4ef6276559feb61f50fb997 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 19 May 2017 19:52:08 +0300 Subject: [PATCH] Add ``git help -a`` and ``-g`` --- git-wiki.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 -- 2.39.2