-
Notifications
You must be signed in to change notification settings - Fork 7
/
Git-here.reg
32 lines (30 loc) · 2.6 KB
/
Git-here.reg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Windows Registry Editor Version 5.00
; WindowsContextMenuTools created by VincentBounce
;Git shell ;removing previous versions
[-HKEY_CLASSES_ROOT\Directory\shell\git_gui]
[-HKEY_CLASSES_ROOT\Directory\shell\git_shell]
[-HKEY_CLASSES_ROOT\Directory\shell\run240Git]
[HKEY_CLASSES_ROOT\Directory\shell\run240Git]
;"Extended"="" ;used to view command in context menu only with Shift pushed
"MUIVerb"="&Git"
"subcommands"=""
"Icon"="C:\\Program Files\\Git\\git-bash.exe"
;BASH HERE
[HKEY_CLASSES_ROOT\Directory\shell\run240Git\shell\run00240]
@="Bash &here"
"Icon"="C:\\Program Files\\Git\\git-bash.exe"
[HKEY_CLASSES_ROOT\Directory\shell\run240Git\shell\run00240\command]
@="\"C:\\Program Files\\Git\\git-bash.exe\" \"--cd=%1\""
;BASH HERE AS ADMIN
[HKEY_CLASSES_ROOT\Directory\shell\run240Git\shell\runas]
@="Bash here as &Administrator"
"Icon"="C:\\Program Files\\Git\\git-bash.exe"
"HasLUAShield"=""
[HKEY_CLASSES_ROOT\Directory\shell\run240Git\shell\runas\command]
@="\"C:\\Program Files\\Git\\git-bash.exe\" \"--cd=%1\""
;GUI
[HKEY_CLASSES_ROOT\Directory\shell\run240Git\shell\runBB240]
@="&GUI here"
"Icon"="C:\\Program Files\\Git\\cmd\\git-gui.exe"
[HKEY_CLASSES_ROOT\Directory\shell\run240Git\shell\runBB240\command]
@="\"C:\\Program Files\\Git\\cmd\\git-gui.exe\" \"--working-dir\" \"%1\""