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>
6767 </ p >
6868
6969 < pre >
70- $ wget http://sample .com/project.2010-06-01.zip
70+ $ wget http://example .com/project.2010-06-01.zip
7171 $ unzip project.2010-06-01.zip
7272 $ cp -R project.2010-06-01 project-my-copy
7373 $ cd project-my-copy
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ <h2>Git 手册简介</h2>
1010 </ p >
1111 < p >
1212 每个章节都有到下一个章节的链接,所以本手册也可以当作一个入门指导。
13- 每个页面还有一个深度 Git 文档阅读的链接,比如官方的使用手册页面或者 < a href ="http://progit.org "> 《Pro Git》</ a >
13+ 每个页面还有一个深度 Git 文档阅读的链接,比如官方的使用手册页面或者 < a href ="http://git-scm.com/book "> 《Pro Git》</ a >
1414 书中的相关章节,以便于你学习了解更多的 Git 命令。首先,我们要从如何以 Git 的思维方式管理源代码开始。
1515 </ p >
1616 </ div >
@@ -47,7 +47,7 @@ <h2>如何以 Git 的方式思考</h2>
4747 </ p >
4848
4949 < pre >
50- $ wget http://sample .com/project.2010-06-01.zip
50+ $ wget http://example .com/project.2010-06-01.zip
5151 $ unzip project.2010-06-01.zip
5252 $ cp -R project.2010-06-01 project-my-copy
5353 $ cd project-my-copy
You can’t perform that action at this time.
0 commit comments