@@ -34,6 +34,7 @@ git add . # 记录新增/修改
git add -A # 记录所有新增/修改/删除
git commit -m "说明" # 提交本地
git push # 上传到仓库
git push origin main -f # 强制上传到远程
git config --global credential.helper manager # 记住密码
```
The note is not visible to the blocked user.