RailsTips One man, lazily posting some of the things he learns. subscribe » I have seen this around and this morning finally decided to try it out. Thus far I am finding it surprisingly helpful. If you put the following in your bash profile, it will show the current git branch in your terminal prompt. bash profile addition function parse_git_branch { ref=$(git-symbolic-ref HEAD 2> /dev/null) || re