Git Bash in Console2

I started using Console2 after reading Scott Hanselman’s recommendation. Not only can it display a regular command prompt and PowerShell in tabs (as he describes), any console process can be added. msysgit users can add Git Bash to by opening the Settings dialog and adding a tab with the following properties:

  • Title: Git Bash
  • Icon: C:\Program Files (x86)\Git\etc\git.ico
  • Shell: C:\Windows\SysWOW64\cmd.exe /c ““C:\Program Files (x86)\Git\bin\sh.exe” –login -i”
  • Startup dir: C:\YourCode

Posted by Bradley Grainger on June 09, 2011