Skip to content

Instantly share code, notes, and snippets.

@sayrer
Created April 19, 2019 18:48
Show Gist options
  • Save sayrer/771cf817486f6b09a45bb3e51fd3b6c8 to your computer and use it in GitHub Desktop.
Save sayrer/771cf817486f6b09a45bb3e51fd3b6c8 to your computer and use it in GitHub Desktop.
Git clone Mozilla from my house, over wifi
sayrer:mozilla sayrer$ time git clone https://github.com/mozilla/gecko-dev
Cloning into 'gecko-dev'...
remote: Enumerating objects: 248, done.
remote: Counting objects: 100% (248/248), done.
remote: Compressing objects: 100% (195/195), done.
remote: Total 7936670 (delta 75), reused 102 (delta 49), pack-reused 7936422
Receiving objects: 100% (7936670/7936670), 4.39 GiB | 20.08 MiB/s, done.
Resolving deltas: 100% (6322848/6322848), done.
Checking out files: 100% (275725/275725), done.
real 8m23.815s
user 8m38.245s
sys 2m44.721s
sayrer:mozilla sayrer$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment