Skip to content

Commit

Permalink
Aliased gb to show all git branches with commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
James Martin committed Mar 26, 2012
1 parent 889232f commit 68eb8be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bash_profile
Expand Up @@ -32,6 +32,7 @@ alias s='git status --short'
alias gup='git smart-pull' alias gup='git smart-pull'
alias gl='git smart-log' alias gl='git smart-log'
alias gm='git smart-merge' 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. [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # This loads RVM into a shell session.


Expand Down

0 comments on commit 68eb8be

Please sign in to comment.