Reputation: 823
Is there a way to let Git Extension open Git Bash at the current repositories ? I always need to cd from the home directory. I run Git Extension under Win7.
Upvotes: 5
Views: 2578
Reputation: 21
With Git version 2.5.2 you can now just CRTL + Right Click and select "Git Bash Here" from the sub menu.
This opens up the bash window in the current repository.
Upvotes: 2
Reputation: 825
You can right-click the Git Bash shortcut, click Properties and change the "Start in" to the path to your repository
Upvotes: 6
Reputation: 90306
The toolbar of GitExtensions has a button that will launch a console MsysGit in the current repository. It is also accessible from the Git
menu, or Ctrl-G shortcut.
Upvotes: 1
Reputation: 662
If you're using msysgit there should be an option to integrate with explorer. You can then right click on a folder and select open git bash here.
Upvotes: 1