Skip to content

Instantly share code, notes, and snippets.

@swegner
swegner / gist:37a9aab219d11c9dccf5a181947aad69
Last active September 20, 2018 15:53
git fetch one week of commits apache/beam
> git init
Initialized empty Git repository in /usr/local/google/home/swegner/scratch/beam-clone/.git/
> git remote add origin https://github.com/apache/beam.git
> git remote add swegner https://github.com/swegner/beam.git
> time git fetch swegner one-week-ago
remote: Counting objects: 266824, done.
remote: Compressing objects: 100% (2/2), done.