1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-01 03:29:26 +00:00

Refactor the listing of lost Git commits

This commit is contained in:
Sorin Ionescu
2012-05-21 17:25:07 -04:00
parent f932fa792e
commit a4cf629c2f
2 changed files with 17 additions and 1 deletions

View File

@ -32,7 +32,7 @@ alias gcP='git cherry-pick --no-commit'
alias gcr='git revert'
alias gcR='git reset "HEAD^"'
alias gcs='git show'
alias gcv='git fsck | awk '\''/dangling commit/ {print $3}'\'' | git show --format="SHA1: %C(green)%h%C(reset) %f" --stdin | awk '\''/SHA1/ {sub("SHA1: ", ""); print}'\'''
alias gcl='git-commit-lost'
# Data (d)
alias gd='git ls-files'