Hi,
I'm new to git, I have been trying to get kernel source code from git
repository with the command
git clone git://
android.git.kernel.org/kernel/common.git
It has download a big part of it, but was interrupted. Now when I run
it again to get the rest part, I receive an error:
fatal: destination directory 'common' already exists.
Is there a way to get the rest source code without redownloading the
whole things again?