> I compared several times, git clone is faster In my hands curl is the fastest option compared to git clone.
Wouldn't "git clone --depth 1" be a good option to consider here? It avoids getting the full history. ~Nico
> I compared several times, git clone is faster In my hands curl is the fastest option compared to git clone.
Wouldn't "git clone --depth 1" be a good option to consider here? It avoids getting the full history. ~Nico