Combine Git Bash and opening in current folder in CMDER
问题 Please describe me, who have such experience, how to correctly set the options of CMDER to open new console with Git Bash in current folder(Open CMDER here, for example). This string does not work: "C:\Program Files (x86)\Git\bin\sh.exe" --login -i -new_console:%__CD__% I tried mix to this ""C:\Program Files (x86)\Git\bin\sh.exe" --login -i" and this cmd /k "%ConEmuDir%\..\init.bat" -new_console:%__CD__% 回答1: Your second option should have worked: See this gist (also for Cmder): Open Conemu