On Mon, Sep 20, 2010 at 01:51, kinley <arjuncode@xxxxxxxxx> wrote: > > Hi, > I am new to question. Please help me with this. > I copied an already existing project from a remote server using scp to my > local directory. > The contents of this directory are > Â branches > Â config > Â description > Â HEAD > Â hooks > Â info > Â objects > Â ref > > I checked all the directories and sub-directories but could not find a > single source code file (in C language). > All I can see at the leaf level appear to be MD5 hash code. It is SHA-1 > Is there any command to retrieve the source files ? try this: git clone . ../Histogram But others are right, and you should have used git clone, instead of scp. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html