... until the collector arrives ...

This "blog" is really just a scratchpad of mine. There is not much of general interest here. Most of the content is scribbled down "live" as I discover things I want to remember. I rarely go back to correct mistakes in older entries. You have been warned :)

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

Blog Archive