<< Grep | Index | KernelPatch >>
On Thinpower do
git init --bare /home/ywesee/git/projectname/.git
Locally do
git clone git+ssh://ywesee@scm.ywesee.com/home/ywesee/git/projectname
And then push from your local machine
git push origin master (this will push your local commit to thinpower)