ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
1. 先添加`git-bash.exe`到系统高级环境变量PATH ~~~ C:\Users\Administrator\AppData\Local\Atlassian\SourceTree\git_local ~~~ 2. 之后在需要运行`git-bash.exe`的目录下直接运行`git-bash.exe`命令 ![](https://box.kancloud.cn/26bec1b9319b7fc7a41db5827a90df7c_688x464.png) 3. 在`git-bash`弹窗里面执行命令操作: 操作用例,回退 ~~~ git status git reset --hard ~~~