Comment on Git in six hundred wordsparentComments−mh-11yyou can't clone a remote repo into a non-empty directory.from `man git-clone`: Cloning into an existing directory is only allowed if the directory is empty.
Comments
you can't clone a remote repo into a non-empty directory.
from `man git-clone`: