Skip to content

Commit

Permalink
Clarify Git listing aliases descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
RIT80 authored and RIT80 committed May 18, 2013
1 parent 7d7d6c6 commit 9ce41d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 9ce41d7

Please sign in to comment.