ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## git提交代码流程: 1、拉取代码: `git pull origin qh-master` 2、查看代码状态 `git status` 3、增加代码(暂存代码) `git add .` 4、提交代码 `git commit -m "描述说明"` 5、推送 ` git push origin qh-master`