Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open Github for Windows' Git Shell on right click? [closed]

How can I add the option to "open a Git Shell here" on right-clicking on a repo folder? So that I don't have to open Github for Windows and right click on the repo's name and choose "open a shell here"?

I can open a normal PowerShell or cmd via right click, but they lack the add-ons like posh-git that the Git Shell of Github for Windows provides

like image 833
Chin Avatar asked Mar 03 '13 07:03

Chin


1 Answers

Try Shift+Right Click > Open shell here. With the default installation, git should add this option to the extended context menu in Windows Explorer.

like image 169
Kleptine Avatar answered Oct 01 '22 19:10

Kleptine