File tree 3 files changed +3
-3
lines changed
09-git-and-other-scms/sections
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ To https://github.com/tonychacon/blink
116
116
现在到 GitHub 上查看之前的项目副本,可以看到 GitHub 提示我们有新的分支,
117
117
并且显示了一个大大的绿色按钮让我们可以检查我们的改动,并给源项目创建拉取请求。
118
118
119
- 你也可以到“Branches”(分支)页面查看分支并创建拉取请求: `https://github.com/<用户名>/<项目名>/branches`
119
+ 你也可以到“Branches”(分支)页面查看分支并创建拉取请求: `\ https://github.com/<用户名>/<项目名>/branches`
120
120
121
121
.拉取请求按钮
122
122
image::images/blink-02-pr.png[拉取请求按钮]
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ image::images/newrepoform.png[“new repository” 表单。]
27
27
我们不会在这里详细说明此项,如果你需要复习,去看 <<ch02-git-basics-chapter#ch02-git-basics-chapter>>。
28
28
29
29
现在你的项目就托管在 GitHub 上了,你可以把 URL 给任何你想分享的人。
30
- GitHub 上的项目可通过 HTTP 或 SSH 访问,HTTPS 为 `https://github.com/<user>/<project_name>` ,
30
+ GitHub 上的项目可通过 HTTP 或 SSH 访问,HTTPS 为 `\ https://github.com/<user>/<project_name>` ,
31
31
SSH 为 `
[email protected] :<user>/<project_name>` 。
32
32
Git 可以通过以上两种 URL 进行抓取和推送,但是用户的访问权限又因连接时使用的证书不同而异。
33
33
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Subversion 必须一次复制一个版本然后推送回另一个仓库——这
80
80
81
81
既然已经有了一个有写入权限的 Subversion 仓库,那么你可以开始一个典型的工作流程。
82
82
可以从 `git svn clone` 命令开始,它会将整个 Subversion 仓库导入到一个本地 Git 仓库。
83
- 需要牢记的一点是如果是从一个真正托管的 Subversion 仓库中导入,需要将 `file:///tmp/test-svn` 替换为你的 Subversion 仓库的 URL:
83
+ 需要牢记的一点是如果是从一个真正托管的 Subversion 仓库中导入,需要将 `\ file:///tmp/test-svn` 替换为你的 Subversion 仓库的 URL:
84
84
85
85
[source,console]
86
86
----
You can’t perform that action at this time.
0 commit comments