Re: [git-users] Git clone resume using git fetch ??

2010-08-05 Thread Charles Manning
On Tuesday 03 August 2010 22:25:25 Flak37 wrote: > A large clone was interrupted at around 10%, and as a result I have > 122 mb of unfinished data left on my system. > Is it possible to resume it using git-fetch or git pull ??? IIRC when this has happened to me just doing git clone again resumed f

Re: [git-users] Git clone resume using git fetch ??

2010-08-05 Thread sudharsan chandrababu
I dont think git fetch will perform the rest of the clone, better to redo it. On Tue, Aug 3, 2010 at 3:55 PM, Flak37 wrote: > A large clone was interrupted at around 10%, and as a result I have > 122 mb of unfinished data left on my system. > Is it possible to resume it using git-fetch or git