I am new to using git, and so apologize I'm missing something that should be obvious from the git book.
I would like to view the source code of a project after a git clone
, but all git-clone
does is download a .pack
files in ./objects/pack
. How do you extract a .pack
into the source code files?
What is the output path of git unpack-objects?