Skip to content

Instantly share code, notes, and snippets.

Created May 30, 2012 01:52
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/2832559 to your computer and use it in GitHub Desktop.
root@hello:~# git clone -l d d4
Cloning into d4...
done.
root@hello:~# ls -l d4/.git/objects/pack/
total 46800
-r--r--r-- 4 root root 3987348 May 30 01:40 pack-4a644db7989cdc95aec3d944cd525630960337f5.idx
-r--r--r-- 4 root root 43876968 May 30 01:40 pack-4a644db7989cdc95aec3d944cd525630960337f5.pack
root@hello:~# ls -l d4/.git/objects/
total 8
drwxr-xr-x 2 root root 4096 May 30 01:51 info
drwxr-xr-x 2 root root 4096 May 30 01:51 pack
root@hello:~# ls -l d4/.git/objects^C
root@hello:~# du -sch d4
66M d4
66M total
root@hello:~# du -sch d
66M d
66M total
root@hello:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment