Skip to content

Commit 6541b49

Browse files
committed
Remove duplicate unzip command from index page
1 parent d0aaa08 commit 6541b49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ <h2>How to Think Like Git</h2>
7070
$ wget http://sample.com/project.2010-06-01.zip
7171
$ unzip project.2010-06-01.zip
7272
$ cp -R project.2010-06-01 project-my-copy
73-
$ unzip project.2010-06-01.zip
7473
$ cd project-my-copy
7574
$ (change something)
7675
$ diff project-my-copy project.2010-06-01 > change.patch

0 commit comments

Comments
 (0)