zsh:alias: Add gha for git add -p
Similar to the `<leader>gha` ("git hunk add") mapping in my vimrc.
This commit is contained in:
@@ -68,6 +68,7 @@ fi
|
|||||||
alias gd='git diff'
|
alias gd='git diff'
|
||||||
alias gds='git diff --staged'
|
alias gds='git diff --staged'
|
||||||
alias gf='git fetch'
|
alias gf='git fetch'
|
||||||
|
alias gha='git add -p'
|
||||||
alias gl='glog'
|
alias gl='glog'
|
||||||
alias gll='glog --graph'
|
alias gll='glog --graph'
|
||||||
alias gl{ll,ogg}='glog --graph --branches --remotes'
|
alias gl{ll,ogg}='glog --graph --branches --remotes'
|
||||||
|
|||||||
Reference in New Issue
Block a user