Skip to content

Commit 323db5a

Browse files
committed
fix: fix typo. fix #457
1 parent db498ec commit 323db5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ remote
9090
push
9191
9292
```shell
93-
git push -u origin master # push同事设置默认跟踪分支
93+
git push -u origin master # push 同时设置默认跟踪分支
9494
git push origin master
9595
git push -f origin master # 强制推送文件,缩写 -f(全写--force)
9696
```

0 commit comments

Comments
 (0)