« Generating a deterministic GUID | Main | Printing from .NET 3.5 in Windows 7 »
09 June 2011
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 at June 09, 2011 10:26 AM