Sometimes I write some Console Applications in Visual Studio that must be run in a terminal, and I get the MS-DOS command prompt. I've been searching for a way to change the default command prompt in Visual Studio, with no luck so far.
I don't use Windows a lot for programming, but I do have Git installed, and I really like the Git Bash. I was wondering if there is a way to tell Visual Studio to open the Git Bash (or any other "console" program) instead of the MS-DOS command prompt when I run a Console Application, without breaking too many things or VS configurations.
I'm using Visual Studio 2012 on Windows 7.
P.D. I'm not a Windows user!!