微信开发者工具终端配置git
微信小程序 | September 9, 2020
文章链接:https://blog.csdn.net/qq_43201350/article/details/108464217
第一步:设置——编辑器设置

第二步:编辑器——更多工作区的编辑器设置

第三步:功能——终端

第四步:D:\Git\bin\bash.exe 为git的安装位置
"terminal.integrated.shell.windows": "D:\\Git\\bin\\bash.exe",
最后:下拉换成bash,就可以优雅地使用git了
