Skip to content

Commit 514cabe

Browse files
committed
Remove extra backticks
Which were introduced in 80c4fad . Remove them according to the original text.
1 parent bf2d00e commit 514cabe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/10-git-internals/sections/refspec.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ From [email protected]:schacon/simplegit
6161
* [new branch] topic -> origin/topic
6262
----
6363

64-
在这个例子中,`master` 分支的拉取操作被拒绝,因为该分支不是一个可以快进的引用。
64+
在这个例子中,master 分支的拉取操作被拒绝,因为该分支不是一个可以快进的引用。
6565
我们可以通过在引用规格之前指定 `+` 号来覆盖该规则。
6666

6767
你也可以在配置文件中指定多个用于获取操作的引用规格。
@@ -129,4 +129,4 @@ $ git push origin master:refs/heads/qa/master
129129
$ git push origin :topic
130130
----
131131

132-
因为引用规格(的格式)是 `<src>:<dst>`,所以上述命令把 `<src>` 留空,意味着把远程版本库的 `topic` 分支定义为空值,也就是删除它。
132+
因为引用规格(的格式)是 `<src>:<dst>`,所以上述命令把 `<src>` 留空,意味着把远程版本库的 topic 分支定义为空值,也就是删除它。

0 commit comments

Comments
 (0)