Add `gap` alias for `git add -p`

- Useful for seeing your changes before committing

Signed-off-by: Lyle Franklin <lfranklin@pivotal.io>
pull/752/head
Forrest Sill 2016-07-05 11:36:22 -07:00 committed by Lyle Franklin
parent 89b244133c
commit 482703e754
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ about-alias 'common git abbreviations'
# Aliases
alias gcl='git clone'
alias ga='git add'
alias gap='git add -p'
alias gall='git add -A'
alias gf='git fetch --all --prune'
alias gft='git fetch --all --prune --tags'