Bash prompt with Git branch and status

Tuesday, April 13, 2010 by alexandrul

Permalink

Based on Gunnar Wolf’s .bashrc, I have customized my .bash_profile to show exit status, bare repositories, and outside work tree cases:

git_prompt_bare_repo.png

git_prompt_normal_repo.png

git_prompt_outside_work_tree.png

[Read More…]