ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
说明:只有一个master分支 * [ ] 命令使用: 1:安装git       1:windows 安装git(https://git-scm.com)       2:Linux                          命令: `yum -y install git` 2:创建仓库,直接在gitee(或者其他平台创建),创建完成复制url(https) 3:本地克隆                     命令:`git clone -b 分支名 代码地址` 4:拉取代码                     命令:`git pull` 5:本地添加代码              命令:`git add .` 6:本地提交代码              命令:`git commit -m 描述` 7:推送到远程                  命令:` git push` * [ ] 工具使用:下载小乌龟git工具和git小乌龟中文语言包,直接使用:克隆、拉取、提交(推送)即可 小乌龟(TortoiseGit)git 下载地址:https://tortoisegit.org/download ![](https://img.kancloud.cn/d5/a7/d5a71fcf905e5b72aaad6daaf5693f92_1609x613.png) git小乌龟中文翻译 下载地址:https://tortoisegit.org/download ![](https://img.kancloud.cn/59/cf/59cf87d284ce6a8a0538a2751f7cd1ce_1593x986.png)