I have created a Git repository on my Desktop machine (Windows 7) with:
git init git add git commit -m \"added my files\"
First thing I notice is that you're missing a ':'. Should be git remote add origin jonas@192.168.1.10:/home/jonas/code/myproject.git
git remote add origin jonas@192.168.1.10:/home/jonas/code/myproject.git