run git on directory
03 March 2014
注册表
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\git\command]
@="D:\\prog\\bin\\rungitsh.bat %1"
rungitsh.bat
%~d1
cd "%1"
D:\prog\Git\bin\sh.exe --login -i
在目录上点击右键就会出现[git]菜单项
blog comments powered by Disqus