Home ›
Manually add a new repository to the Agaric test serverManually add a new repository to the Agaric test server
Submitted by Benjamin Melançon on December 23, 2008 - 5:14pm
If done manually, basic code is this:
On the test server:
cd /srv/git/
mkdir projectname.git
cd projectname.git
git init --bare
Back in your project on your local computer:
git remote add origin git.example.com:/srv/git/projectname.git
git push origin master
Searched words:
git remote add initialize repos
Comments
Post new comment