簡體   English   中英

Git 別名通過 Windows Explorer 打開 git 安裝文件夾

[英]Git alias to open the git installation folder via Windows Explorer

我想創建一個 git 別名git dir ,使用時應該通過 ZAEA23482 實現這樣的別名?

如果使用 Git Bash,請嘗試:

git config --global alias.dir '!explorer $(cygpath -w $(git --exec-path))'

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM