This Question is Answered

1 "correct" answer available (4 pts) 1 "helpful" answer available (2 pts)
2 Replies Last post: Feb 11, 2012 10:21 PM by opticyclic  
opticyclic Novice 406 posts since
Apr 19, 2007
Currently Being Moderated

Feb 11, 2012 2:58 AM

Configuring Git Bash As An External Tool

How do I configure Git Bash as an external tool?

I have Console2 and CubicExplorer configured fine as external tools but I can't seem to make Git Bash work.

The Windows shortcut is:

C:\Windows\SysWOW64\cmd.exe /c ""C:\Program Files (x86)\Git\bin\sh.exe" --login -i"

 

The working directory should probably be set to $ProjectFileDir$ to make it useful.

Shorn Tolley Newbie 52 posts since
May 9, 2006
Currently Being Moderated
Feb 11, 2012 6:07 AM in response to: opticyclic
Re: Configuring Git Bash As An External Tool

On Windows 7, I use parameters: "/c start D:\Programs\Git\bin\sh.exe --login -i", with the working dir set to "$FileDir$".

More Like This

  • Retrieving data ...