This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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