Skip to content

Commit

Permalink
fix: fix typo. fix #457
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 29, 2022
1 parent db498ec commit 323db5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
Expand Down

0 comments on commit 323db5a

Please sign in to comment.