Reducing git repo pull time
It looks like repo are re-cloned at every server deployment instead of just a pull. We need a way to change this behaviour to remove our 3 minutes waiting time at every server deployment.
12
votes

-
Rémi Delhaye commented
Maybe using a --depth=0 should help A LOT for big or old repos