view · edit · sidebar · attach · print · history

<< Grep | Index | KernelPatch >>

Initializing a bare repository on Thinpower

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)
view · edit · sidebar · attach · print · history
Page last modified on March 20, 2012, at 05:22 PM