|
|
|
|
|
by darrenf
879 days ago
|
|
> An example use case is game studios having repos with very large histories (hundreds of GiBs and more) where the tip is significantly smaller. Having the entire repo history on your local machine might be infeasible, and usually unnecessary. Being able to get just the tip and get the rest via API calls solves this. "Being able to get just the tip" is `git clone --depth 1`, isn't it? |
|