Merge pull request #581 from JrGoodle/git-fetch-alias

Add `gf` alias for fetching all and pruning
pull/583/head
Nils Winkler 2015-09-29 09:09:31 +02:00
commit b28f8517c4
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'