Hacker News new | ask | show | jobs
by michaelmcmillan 4064 days ago
I stand corrected, wonder where I got that misconception from.
2 comments

you 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.
you probably read a git tutorial.