Add gap (git add --patch)
This commit is contained in:
parent
1b7a3ea99a
commit
4f1ee6c1ee
@ -70,6 +70,7 @@ alias gss='git status -s'
|
|||||||
compdef _git gss=git-status
|
compdef _git gss=git-status
|
||||||
alias ga='git add'
|
alias ga='git add'
|
||||||
compdef _git ga=git-add
|
compdef _git ga=git-add
|
||||||
|
alias gap='git add --patch'
|
||||||
alias gm='git merge'
|
alias gm='git merge'
|
||||||
compdef _git gm=git-merge
|
compdef _git gm=git-merge
|
||||||
alias grh='git reset HEAD'
|
alias grh='git reset HEAD'
|
||||||
|
Loading…
Reference in New Issue
Block a user