Commit 99fde07b authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #3000 from bigtiger/add-git-add-patch

Add gap (git add --patch)
parents 1f9b24e5 4f1ee6c1
......@@ -73,6 +73,7 @@ alias gss='git status -s'
compdef _git gss=git-status
alias ga='git add'
compdef _git ga=git-add
alias gap='git add --patch'
alias gm='git merge'
compdef _git gm=git-merge
alias grh='git reset HEAD'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment