1. 程式人生 > >新增Git Bash Here到右鍵選單

新增Git Bash Here到右鍵選單

 步驟

        1、通過在“執行”中輸入‘regedit’,開啟登錄檔。

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

    3、在[Background]下如果沒有[shell],則右鍵-新建項[shell]。

    4、在[shell]下右鍵-新建項[open in git],其值為“Git Bash Here",此為右鍵選單顯示名稱。

    5、在[shell]下右鍵-新建-字串值[Icon],雙擊編輯,其值為“D:\Tools\VersonCtrs\Git\Git\mingw64\share\git\git-for-windows.ico”。此為選單加圖示。

    6、在[open in git]下右鍵-新建-項[command],其值為"D:\Tools\VersonCtrs\Git\Git\bin\bash.exe" --login -i。