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:
2022-11-11 16:44:48 +01:00
parent b8d2fc28df
commit 7e0dcacc09

View File

@@ -68,6 +68,7 @@ fi
alias gd='git diff'
alias gds='git diff --staged'
alias gf='git fetch'
alias gha='git add -p'
alias gl='glog'
alias gll='glog --graph'
alias gl{ll,ogg}='glog --graph --branches --remotes'