说明:只有一个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)