Ok by now I have wasted a couple of hours.Scratching my head and searching for information reading blogs documents etc etc.Finally I decided to create this thread. I decided to put my programs on Google Code and since I found git to be a popular thing I decided to use it. I want to host my codes as http://code.google.com/p/something/ On my local machine I have a folder named bond which I want to commit to above url. I have checked http://flashsim.wordpress.com/category/google-code/ the guy seems to be quite frustrated with git. Google gives a link to read a doc http://hgbook.red-bean.com/read/file-names-and-pattern-matching.html read it completely and this actually did not helped me a bit. In the comments section of following link http://google-opensource.blogspot.com/2008/05/develop-with-git-on-google-code-project.html I get a URL http://linuxsagas.wordpress.com/2009/06/05/adding-a-project-to-git-and-google-code/ this guy seems reasonably mature to write how to begin. So now in my directory I go and here are the steps which till now I have done. mkdir st/bond cp -r $HOME/st/*.c $HOME/st/bond cd bond git init git commit -m "Initial Release Candidate"[/code] and then I do git svn clone --username me https://myproject.googlecode.com/svn/trunk git: 'svn' is not a git command. See 'git --help'. Did you mean one of these? fsck show Now what do I do to get rid of above message.I have been searching all across internet and I have not found correct thing with respect to my question. -- 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