1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-10-14 11:09:08 +00:00

git: add documentation for new aliases

This commit is contained in:
Kaleb Elwert
2018-12-13 10:51:56 -08:00
parent 39e1a63349
commit eee3c9c166
2 changed files with 6 additions and 2 deletions

View File

@@ -81,6 +81,7 @@ zstyle ':prezto:module:git:alias' skip 'yes'
commits.
- `gcR` removes the *HEAD* commit.
- `gcs` displays various types of objects.
- `gcsS` displays commits with GPG signature.
- `gcl` lists lost commits.
- `gcy` displays commits yet to be applied to upstream in the short format.
- `gcY` displays commits yet to be applied to upstream.
@@ -220,6 +221,7 @@ zstyle ':prezto:module:git:alias' skip 'yes'
- `glg` displays the graph log.
- `glb` displays the brief commit log.
- `glc` displays the commit count for each contributor in descending order.
- `glS` displays the log and checks the validity of signed commits.
### Merge
@@ -295,6 +297,8 @@ zstyle ':prezto:module:git:alias' skip 'yes'
- `gt` lists tags or creates tag.
- `gtl` lists tags matching pattern.
- `gts` creates a signed tag.
- `gtv` validate a signed tag.
### Working directory