In Windows, is there any way to open Git Bash from the repository currently open by Git Gui?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Go to the Tools menu and select Add. In the Name entry field, enter something like ‘bash prompt’ and in the Command entry field enter
start bash --login -land check the “Don’t show the command output window”. This will add the following config entry:This gives you a “Tools\bash” menu item to click which launches your bash prompt.
Note that due to the ‘start’ command prefix, it is independent of the launching Tcl application and will stay around after you exit git gui.