From 68eb8becc0f4c6e85b6c7bbe67f81a868588ceb7 Mon Sep 17 00:00:00 2001 From: James Martin Date: Mon, 26 Mar 2012 09:49:55 +0100 Subject: [PATCH] Aliased gb to show all git branches with commit messages --- bash_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/bash_profile b/bash_profile index b048766..369f8f4 100644 --- a/bash_profile +++ b/bash_profile @@ -32,6 +32,7 @@ alias s='git status --short' alias gup='git smart-pull' alias gl='git smart-log' alias gm='git smart-merge' +alias gb='git branch -rav' [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # This loads RVM into a shell session.