各种bug的解决方法

windows创建右键快捷方式

2018-04-26  本文已影响6人  x2yline

创建右键快捷方式如下:

右键快捷方式

创建文件:git-here.reg,并用文本编辑器编辑写入如下文本,保存后双击即可创建git here右键快捷打开

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\git here]
"Icon"="D:\\green soft\\programming\\PortableGit\\git-bash.exe"

[HKEY_CLASSES_ROOT\Directory\Background\shell\git here\command]
@="\"D:\\green soft\\programming\\PortableGit\\git-bash.exe\""
上一篇 下一篇

猜你喜欢

热点阅读