1
0
Fork 0

Merge remote branch 'alefteris/duplicate-unzip-command'

This commit is contained in:
Scott Chacon 2010-10-15 12:41:07 -07:00
commit 5a8e4dc0f8
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ layout: reference
$ wget http://sample.com/project.2010-06-01.zip
$ unzip project.2010-06-01.zip
$ cp -R project.2010-06-01 project-my-copy
$ unzip project.2010-06-01.zip
$ cd project-my-copy
$ (change something)
$ diff project-my-copy project.2010-06-01 > change.patch