fix: fix typo. fix #457

This commit is contained in:
jaywcjlove 2022-11-29 19:51:52 +08:00
parent db498ec401
commit 323db5aced
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ remote
push
```shell
git push -u origin master # push同事设置默认跟踪分支
git push -u origin master # push 同时设置默认跟踪分支
git push origin master
git push -f origin master # 强制推送文件,缩写 -f全写--force
```