码迷,mamicode.com
首页 > 其他好文 > 详细

手动添加Git Bash到右键菜单

时间:2017-10-12 17:54:59      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:注册   ogr   shel   rect   bash   右键   注册表   tor   编辑   

1. 打开注册表。

2. 找到[HKEY_CLASSES_ROOT\Directory\Background]。

3. 在[Background]下如果没有[shell],则右键-新建项[shell]。

4. 在[shell]下右键-新建项[git_shell],其值为“Git Bash Here"。

5. 在[git_shell]下右键-新建-字符串值[Icon],双击编辑,其值为“D:\Program\Git\git-bash.exe”。

6. 在[git_shell]下右键-新建-项[command],其值为 “D:\Program\Git\git-bash.exe”。

 

7. 在[shell]下右键-新建项[git_gui],其值为“Git GUI Here"。

8. 在[git_gui]下右键-新建-字符串值[Icon],双击编辑,其值为“D:\Program\Git\cmd\git-gui.exe”。

9. 在[git_gui]下右键-新建-项[command],其值为 “D:\Program\Git\cmd\git-gui.exe”。

手动添加Git Bash到右键菜单

标签:注册   ogr   shel   rect   bash   右键   注册表   tor   编辑   

原文地址:http://www.cnblogs.com/oukunqing/p/7657109.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!