From 972f9d2bfb1938cca1504d46d48e903ed9e97136 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Mon, 15 Feb 2010 12:04:04 -0500 Subject: [PATCH] Mention :Gstatus and :Gcommit in introduction --- doc/fugitive.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/fugitive.txt b/doc/fugitive.txt index a2074e3..f574ad7 100644 --- a/doc/fugitive.txt +++ b/doc/fugitive.txt @@ -23,6 +23,10 @@ the indexed version. Use |do| and |dp| on various hunks to bring the files in sync, or use |:Gread| to pull in all changes. Write the indexed version to stage the file. +Run |:Gstatus| to check your repository's status. Use "-" to stage and reset +files and "p" to add/reset --patch them. Invoke |:Gcommit| to commit your +changes. + Run |:Gblame| in a work tree file to see a blame in a vertical split. Press on any line to reopen and reblame that file as it stood in that commit. Press o or O on any line to inspect that commit in a split or a tab.