$ cd ~/Ubuntu One/ $ mkdir <project-name> $ cd <project-name> $ mkdir .git $ cd .git $ git --bare init $ git remote add origin /home/<linux-user-name>/Ubuntu One/<project-name>/.git $ git push -u origin --all