Skip to content

Commit

Permalink
Merge pull request ohmyzsh#3000 from bigtiger/add-git-add-patch
Browse files Browse the repository at this point in the history
Add gap (git add --patch)
  • Loading branch information
robbyrussell committed Aug 31, 2014
2 parents 1f9b24e + 4f1ee6c commit 99fde07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/git/git.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 99fde07

Please sign in to comment.