Y
Hacker News
new
|
ask
|
show
|
jobs
by
michaelmcmillan
4064 days ago
I stand corrected, wonder where I got that misconception from.
2 comments
mh-
4064 days ago
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.
link
logicallee
4064 days ago
you probably read a git tutorial.
link
from `man git-clone`: