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 514cabe commit 918df82Copy full SHA for 918df82
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
你也可以在配置文件中指定多个用于获取操作的引用规格。
0 commit comments