File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ <h2>How to Think Like Git</h2>
67
67
</ p >
68
68
69
69
< pre >
70
- $ wget http://sample .com/project.2010-06-01.zip
70
+ $ wget http://example .com/project.2010-06-01.zip
71
71
$ unzip project.2010-06-01.zip
72
72
$ cp -R project.2010-06-01 project-my-copy
73
73
$ cd project-my-copy
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ <h2>Git 手册简介</h2>
10
10
</ p >
11
11
< p >
12
12
每个章节都有到下一个章节的链接,所以本手册也可以当作一个入门指导。
13
- 每个页面还有一个深度 Git 文档阅读的链接,比如官方的使用手册页面或者 < a href ="http://progit.org "> 《Pro Git》</ a >
13
+ 每个页面还有一个深度 Git 文档阅读的链接,比如官方的使用手册页面或者 < a href ="http://git-scm.com/book "> 《Pro Git》</ a >
14
14
书中的相关章节,以便于你学习了解更多的 Git 命令。首先,我们要从如何以 Git 的思维方式管理源代码开始。
15
15
</ p >
16
16
</ div >
@@ -47,7 +47,7 @@ <h2>如何以 Git 的方式思考</h2>
47
47
</ p >
48
48
49
49
< pre >
50
- $ wget http://sample .com/project.2010-06-01.zip
50
+ $ wget http://example .com/project.2010-06-01.zip
51
51
$ unzip project.2010-06-01.zip
52
52
$ cp -R project.2010-06-01 project-my-copy
53
53
$ cd project-my-copy
You can’t perform that action at this time.
0 commit comments