Caching Git Pull
From: Benson Muite <hidden>
Date: 2020-09-14 05:27:46
From: Benson Muite <hidden>
Date: 2020-09-14 05:27:46
Hi, Is there some way I can add functionality for caching git pull to allow continuation of a partially complete pull from a git repository to a local machine. As an example the command wget -c allows continuation of a partially complete download. This would be very helpful for large commits which fail with: fatal: the remote end hung up unexpectedly fatal: early EOF Regards, Benson