Skip to content

Instantly share code, notes, and snippets.

View poloniusDergath's full-sized avatar

Pablo Hernandez-Ferreiros poloniusDergath

View GitHub Profile
@poloniusDergath
poloniusDergath / Cmderize-GitBash-Extend-GitGui.reg
Last active March 13, 2019 12:01 — forked from jojobyte/ContextCmder-Disable.reg
Cmder Context (Right-Click) Menu for Windows 7/8
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\git_shell\command]
@="\"C:\\tools\\cmdermini\\Cmder.exe\" /SINGLE /START \"%V\" /TASK \"Git bash\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\git_gui]
"Extended"=""
[HKEY_CLASSES_ROOT\Directory\shell\git_shell\command]
@="\"C:\\tools\\cmdermini\\Cmder.exe\" /SINGLE /START \"%1\" /TASK \"Git bash\""