Git Clone vs cp -R –> WTF?
I knew git was fast, and I even knew it was faster than a lot of plain linux local file operations. Still, this still blew me away:
rsanheim@ares:~/src/personal/oss $ du -hd 0 insoshi/
26M insoshi/
rsanheim@ares:~/src/personal/oss $ time git clone insoshi/ /tmp/insoshi
Initialize /tmp/insoshi/.git
Initialized empty Git repository in /private/tmp/insoshi/.git/
Checking out files: 100% (2193/2193), done.
real 0m3.826s
user [...]
