mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Added alias gai -- git add -p to git
This commit is contained in:
parent
943797cd45
commit
eb5d726c7d
1 changed files with 2 additions and 0 deletions
|
|
@ -69,6 +69,8 @@ alias gss='git status -s'
|
|||
compdef _git gss=git-status
|
||||
alias ga='git add'
|
||||
compdef _git ga=git-add
|
||||
alias gai='git add -p'
|
||||
compdef _git gai=git-add
|
||||
alias gm='git merge'
|
||||
compdef _git gm=git-merge
|
||||
alias grh='git reset HEAD'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue