Add `gf` alias for fetching all and pruning

pull/581/head
joe DeCapo 2015-09-29 01:41:56 -05:00
parent c00e22d6bf
commit 94d37939e5
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ about-alias 'common git abbreviations'
alias gcl='git clone'
alias ga='git add'
alias gall='git add .'
alias gf='git fetch --all --prune'
alias gus='git reset HEAD'
alias gm="git merge"
alias g='git'