Clarify Git listing aliases descriptions

This commit is contained in:
Sorin Ionescu 2013-05-03 13:30:29 -04:00
parent 75c0d49f56
commit 7845c36951

View file

@ -64,7 +64,7 @@ Aliases
commits. commits.
- `gcR` removes the *HEAD* commit. - `gcR` removes the *HEAD* commit.
- `gcs` displays various types of objects. - `gcs` displays various types of objects.
- `gcl` displays lost commits. - `gcl` lists lost commits.
### Conflict ### Conflict
@ -97,8 +97,8 @@ Aliases
- `gg` displays lines matching a pattern. - `gg` displays lines matching a pattern.
- `ggi` displays lines matching a pattern ignoring case. - `ggi` displays lines matching a pattern ignoring case.
- `ggl` displays files matching a pattern. - `ggl` lists files matching a pattern.
- `ggL` displays files are not matching a pattern. - `ggL` lists files that are not matching a pattern.
- `ggv` displays lines not matching a pattern. - `ggv` displays lines not matching a pattern.
- `ggw` displays lines matching a pattern at word boundary. - `ggw` displays lines matching a pattern at word boundary.
@ -155,7 +155,7 @@ Aliases
### Remote ### Remote
- `gR` manages tracked repositories. - `gR` manages tracked repositories.
- `gRl` displays remote names and URLs. - `gRl` lists remote names and their URLs.
- `gRa` adds a new remote. - `gRa` adds a new remote.
- `gRx` removes a remote. - `gRx` removes a remote.
- `gRm` renames a remote. - `gRm` renames a remote.