Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 639
tirth Avatar asked Apr 16 '12 08:04

tirth


2 Answers

You can right-click the Git Bash shortcut, click Properties and change the "Start in" to the path to your repository

like image 174
vguzmanp Avatar answered Sep 18 '22 18:09

vguzmanp


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.

like image 25
Nick Valdez Avatar answered Sep 21 '22 18:09

Nick Valdez