@ -31,4 +31,6 @@ git push -u origin main
在git平台对文件进行修改
```powershell
新增一行内容 # 新增的内容
# 如果远程文件做了修改 ,使用git pull 同步
git pull # 远程同步最新内容
```