校正语句

This commit is contained in:
Jerry Lee
2015-12-15 00:55:10 +08:00
parent 5de4e713bc
commit f4123ef7f5
2 changed files with 2 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ git push
# 原文用的命令是 git push origin master
#
# 主流的git版本可以省略后面2个参数远程仓库别名、推送分支
# 因为这个参数缺省分别就是 origin 、 当前分支本文目前的示例就是master
# 因为这2个参数缺省分别就是 origin 、 当前分支本文目前的示例就是master
# 这样的用法更简单自然,我平时就是这么用的。
```