From 7845c369510448df047c78c0d89202c4659465c7 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Fri, 3 May 2013 13:30:29 -0400 Subject: [PATCH] Clarify Git listing aliases descriptions --- modules/git/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/git/README.md b/modules/git/README.md index 1fa9a21..0dd932f 100644 --- a/modules/git/README.md +++ b/modules/git/README.md @@ -64,7 +64,7 @@ Aliases commits. - `gcR` removes the *HEAD* commit. - `gcs` displays various types of objects. - - `gcl` displays lost commits. + - `gcl` lists lost commits. ### Conflict @@ -97,8 +97,8 @@ Aliases - `gg` displays lines matching a pattern. - `ggi` displays lines matching a pattern ignoring case. - - `ggl` displays files matching a pattern. - - `ggL` displays files are not matching a pattern. + - `ggl` lists files matching a pattern. + - `ggL` lists files that are not matching a pattern. - `ggv` displays lines not matching a pattern. - `ggw` displays lines matching a pattern at word boundary. @@ -155,7 +155,7 @@ Aliases ### Remote - `gR` manages tracked repositories. - - `gRl` displays remote names and URLs. + - `gRl` lists remote names and their URLs. - `gRa` adds a new remote. - `gRx` removes a remote. - `gRm` renames a remote.