Search code examples
gitgithub

Where did git put a clone


I'm pretty new to git. For a class the teacher posted a link to clone a project file it said

git clone git://github.com/foo

I typed the command and it seemed to work. Problem is I don't know where the file is! If I type the command again it says destination path already exists and is not an empty directory.

Any help really appreciated =S


Solution

  • The repository should have been cloned into a directory named "foo" located in whichever directory you ran the git clone command from.