1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-01 06:59:25 +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

@ -68,11 +68,11 @@ if ! zstyle -t ':prezto:module:git:alias' skip 'yes'; then
alias gcr='git revert'
alias gcR='git reset "HEAD^"'
alias gcs='git show'
alias gpS='git show --pretty=short --show-signature'
alias gcsS='git show --pretty=short --show-signature'
alias gcl='git-commit-lost'
alias gcy='git cherry -v --abbrev'
alias gcY='git cherry -v'
# Conflict (C)
alias gCl='git --no-pager diff --name-only --diff-filter=U'
alias gCa='git add $(gCl)'