New to git, as you will suppose.
I installed git on windows (vista) Everything goes fine, except I get two slightly different versions of git bash:
Launch git bash from start menu
Launch git gui, then from within it, launch git bash
The first one has only 'git_bash' in the app title, the second has MINGW32:c/gittest
. Both work well on my test repository, but the gui launched one echoes my directory changes, displays my windows username. The bare git bash simply works, but looks more basic.
So what is happening and how can I get the 'rich' git bash without previously having to launch the gui?