1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-01 06:59:25 +00:00

[Fix #360] Set alias giR to reset the index interactively

This commit is contained in:
Sorin Ionescu
2013-01-12 11:25:06 -05:00
parent 1d0b0e2e9b
commit bb6b590919
2 changed files with 3 additions and 3 deletions

View File

@ -86,7 +86,7 @@ alias giu='git add --update'
alias gid='git diff --no-ext-diff --cached'
alias giD='git diff --no-ext-diff --cached --word-diff'
alias gir='git reset'
alias giR='git reset --keep'
alias giR='git reset --patch'
alias gix='git rm -r --cached'
alias giX='git rm -rf --cached'