mirror of
https://github.com/oldratlee/translations.git
synced 2026-06-15 06:38:50 +08:00
校正语句
This commit is contained in:
@@ -119,7 +119,7 @@ git push
|
||||
# 原文用的命令是 git push origin master
|
||||
#
|
||||
# 主流的git版本,可以省略后面2个参数:远程仓库别名、推送分支,
|
||||
# 因为这个参数缺省分别就是 origin 、 当前分支(本文目前的示例就是master)。
|
||||
# 因为这2个参数缺省分别就是 origin 、 当前分支(本文目前的示例就是master)。
|
||||
# 这样的用法更简单自然,我平时就是这么用的。
|
||||
```
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@ git checkout -b marys-feature
|
||||
# 原文用的命令是 git checkout -b marys-feature master
|
||||
#
|
||||
# 主流的git版本,可以省略后一个参数:基于哪个分支新建分支,
|
||||
# 因为这个参数缺省分别就是 当前分支(本文目前的示例就是master)。
|
||||
# 因为这个参数缺省就是 当前分支(本文目前的示例就是master)。
|
||||
# 这样的用法更简单自然,我平时就是这么用的。
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user