This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<center>使用Git以及头歌平台进行分布式协同开发</center>
# 一、使用TortoiseGit操作仓库
## 克隆仓库至本地(git clone )
选定好本地仓库目录后,使用TortoiseGit将项目克隆至本地

## 添加或修改文件并添加至缓存区(git commit)
选中变更的内容并且添加对应的日志,最后提交,变更的内容则进入缓存区

## 推送内容至远程仓库(git push)
* 直接接着上一步进行操作点击推送
