6 ms·
I also find it very helpful to spiff up my prompt when changing into a git repo: http://railstips.org/blog/archives/2009/02/02/bedazzle-your-bash-prompt-with-g
by dacort 14y ago
I also find it very helpful to spiff up my prompt when changing into a git repo:
http://railstips.org/blog/archives/2009/02/02/bedazzle-your-bash-prompt-with-git-info/ http://railstips.org/blog/archives/2009/02/02/bedazzle-your-...
- graywh 14y agoThere's a __git_ps1 function that's included with the git bash completion script (edit: it works with zsh, too -- the __git_ps1 function and the completion).
- lobo_tuerto 14y agoTried it, for some reason isn't working on my system. Then found this: http://volnitsky.com/project/git-prompt/ http://volnitsky.com/project/git-prompt/ and I'm loving it!