We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43d301a + 6541b49 commit 5a8e4dcCopy full SHA for 5a8e4dc
index.html
@@ -70,7 +70,6 @@ <h2>How to Think Like Git</h2>
70
$ wget http://sample.com/project.2010-06-01.zip
71
$ unzip project.2010-06-01.zip
72
$ cp -R project.2010-06-01 project-my-copy
73
- $ unzip project.2010-06-01.zip
74
$ cd project-my-copy
75
$ (change something)
76
$ diff project-my-copy project.2010-06-01 > change.patch
0 commit comments