Skip to content

Instantly share code, notes, and snippets.

@muthuishere
Last active August 29, 2015 14:10
Show Gist options
  • Save muthuishere/ddd1f1f92993a3409758 to your computer and use it in GitHub Desktop.
Save muthuishere/ddd1f1f92993a3409758 to your computer and use it in GitHub Desktop.
remove git context menu after installed - windows
cd <GIT-INSTALL-FOLDER>\git-cheetah
REM for 32 bit windows
regsvr32 /u git_shell_ext.dll
REM for 64 bit windows
regsvr32 /u git_shell_ext64.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment