Added an alias for pruning dead Git branches.

This commit is contained in:
Scott Wallace 2015-01-22 08:04:02 +00:00
parent 5de1803727
commit c68aaaca16

View file

@ -53,6 +53,7 @@ fi
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
alias githistory='git log --oneline --abbrev-commit --all --graph --decorate' alias githistory='git log --oneline --abbrev-commit --all --graph --decorate'
alias gitx='open -a GitX .' alias gitx='open -a GitX .'
alias gitprune='git remote prune origin'
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------