The following command is used in ConEmu's default task for GitBash.
git-cmd.exe --no-cd --command=usr/bin/bash.exe -l -i
Actually, git-bash.exe
is only a wrapper which starts bash.exe
. And git-cmd.exe
is doing the same thing. However git-bash.exe
is an application linked for GUI subsystem, and git-cmd.exe
is a real console application. ConsoleZ (unlike ConEmu) can't run GUI applications inside its tabs.