how to quickly clone big git repos
1. If you already have git repo somewhere, even on different branch, clone from it first, then fetch. Git will download only new objects.
2. If it's the first time you clone this repo, do it with --depth=1, get to work and fetch with unshallow in background.
1. If you already have git repo somewhere, even on different branch, clone from it first, then fetch. Git will download only new objects.
2. If it's the first time you clone this repo, do it with --depth=1, get to work and fetch with unshallow in background.