git.fiddlerwoaroof.com
Browse code

bug(docs): fix readme

Ed L authored on 18/11/2020 06:58:59
Showing 1 changed files
... ...
@@ -152,7 +152,7 @@
152 152
     #+BEGIN_SRC sh
153 153
       mkdir tmp
154 154
       mv .git/objects/pack/* tmp
155
-      git unpack-obj < tmp/*.pack
155
+      git unpack-objects < tmp/*.pack
156 156
     #+END_SRC
157 157
 
158 158
     Or, you can undeltify the packs by, first unpacking the packfile as above and then doing: