From 9315ec694d02788d12dea415fcb2582e6805d83c Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Fri, 6 Nov 2015 15:17:49 -0500 Subject: [PATCH] Document StageUndo key map (U) in :Gstatus --- doc/fugitive.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/fugitive.txt b/doc/fugitive.txt index 9a2cb14..bd903bf 100644 --- a/doc/fugitive.txt +++ b/doc/fugitive.txt @@ -57,6 +57,9 @@ that are part of Git repositories). q close status r reload status S |:Gvsplit| + U |:Git| checkout + U |:Git| checkout HEAD (staged files) + U |:Git| clean (untracked files) *fugitive-:Gcommit* :Gcommit [args] A wrapper around git-commit. If there is nothing