ConEmu: Open multiple Git Bash tabs on different locations
问题 I need to setup startup tasks in order to have 3 git bash tabs opened on startup, each in different location. To open various tabs on various places I used cmd -new_console:s /k "%ConEmuBaseDir%\CmdInit.cmd" & d: & cd \Projects\Project1 cmd -new_console:s /k "%ConEmuBaseDir%\CmdInit.cmd" & d: & cd \Projects\Project2 cmd -new_console:s /k "%ConEmuBaseDir%\CmdInit.cmd" & d: & cd \Projects\Project3 There is already a predefined task for Git bash {Bash::Git bash} "%ConEmuDrive%\Program Files\Git