2009-05-01

Git Gui Bash Tool on Windows

When on Windows, you can add a Bash tool to the Git Gui by adding a config entry like this:

[guitool "Git Bash"]
	cmd = cmd //c "C:/app/Git/bin/sh.exe --login -i" &
	noconsole = true