Mobile Programming
git gui관련 context menu(오른쪽 클릭시 생기는 메뉴)에서 삭제하는 방법
Finebe
2015. 1. 16. 18:37
64-Bit Windows
From a cmd.exe window, run these commands:
cd "C:\Program Files (x86)\Git\git-cheetah" regsvr32 /u git_shell_ext64.dll
32-Bit Windows
From a cmd.exe window, run these commands
cd "C:\Program Files\Git\git-cheetah" regsvr32 /u git_shell_ext.dll
경로가 다르다면 경로만 수정하면 됩니다.