We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2d00e commit 514cabeCopy full SHA for 514cabe
book/10-git-internals/sections/refspec.asc
@@ -61,7 +61,7 @@ From [email protected]:schacon/simplegit
61
* [new branch] topic -> origin/topic
62
----
63
64
-在这个例子中,`master` 分支的拉取操作被拒绝,因为该分支不是一个可以快进的引用。
+在这个例子中,master 分支的拉取操作被拒绝,因为该分支不是一个可以快进的引用。
65
我们可以通过在引用规格之前指定 `+` 号来覆盖该规则。
66
67
你也可以在配置文件中指定多个用于获取操作的引用规格。
@@ -129,4 +129,4 @@ $ git push origin master:refs/heads/qa/master
129
$ git push origin :topic
130
131
132
-因为引用规格(的格式)是 `<src>:<dst>`,所以上述命令把 `<src>` 留空,意味着把远程版本库的 `topic` 分支定义为空值,也就是删除它。
+因为引用规格(的格式)是 `<src>:<dst>`,所以上述命令把 `<src>` 留空,意味着把远程版本库的 topic 分支定义为空值,也就是删除它。
0 commit comments