ZXco
ZXco

Reputation: 823

Let git bash launch at current repositories

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

Answers (4)

Nick Valdez
Nick Valdez

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

vguzmanp
vguzmanp

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

CharlesB
CharlesB

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

gulyan
gulyan

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

Related Questions