From c68aaaca160065c564e6cb4efe22c6a65facd5c0 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Thu, 22 Jan 2015 08:04:02 +0000 Subject: [PATCH] Added an alias for pruning dead Git branches. --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index b3ab9d4..521ab65 100644 --- a/.bashrc +++ b/.bashrc @@ -53,6 +53,7 @@ fi #-------------------------------------------------------------------------------- alias githistory='git log --oneline --abbrev-commit --all --graph --decorate' alias gitx='open -a GitX .' +alias gitprune='git remote prune origin' #-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------