Skip to content

Instantly share code, notes, and snippets.

@Zeex
Created January 24, 2013 14:05
Show Gist options
  • Save Zeex/4621996 to your computer and use it in GitHub Desktop.
Save Zeex/4621996 to your computer and use it in GitHub Desktop.
Open Git shell via Explorer context menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\git_shell]
@="Open &Git shell here"
"Icon"=hex(2):43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,20,\
00,46,00,69,00,6c,00,65,00,73,00,5c,00,47,00,69,00,74,00,5c,00,65,00,74,00,\
63,00,5c,00,67,00,69,00,74,00,2e,00,69,00,63,00,6f,00,00,00
[HKEY_CLASSES_ROOT\Directory\shell\git_shell\command]
@="wscript \"C:\\Program Files\\Git\\Git Bash.vbs\" \"%V\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\git_shell]
@="Open &Git shell here"
"Icon"=hex(2):43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,20,\
00,46,00,69,00,6c,00,65,00,73,00,5c,00,47,00,69,00,74,00,5c,00,65,00,74,00,\
63,00,5c,00,67,00,69,00,74,00,2e,00,69,00,63,00,6f,00,00,00
[HKEY_CLASSES_ROOT\Directory\Background\shell\git_shell\command]
@="wscript \"C:\\Program Files\\Git\\Git Bash.vbs\" \"%V\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment