I'm using tcsh at work (unfortunately, I can't change that fact) and I'm going crazy because I'm not able to make console display current branch name when I'm in git repo.
I found this a while ago:
http://articles.bvsatyaram.com/2010/09/display-git-branch-name-in-console.html
and that's working just perfect in bash, but I didn't manage to make it work in tcsh since it's not that similar.
I would appreciate any type of help.