Skip to content

Commit 5a8e4dc

Browse files
committed
Merge remote branch 'alefteris/duplicate-unzip-command'
2 parents 43d301a + 6541b49 commit 5a8e4dc

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)