Reply to comment
Reply to comment
Manually 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 --bareBack in your project on your local computer:
git remote add origin git.example.com:/srv/git/projectname.git
git push origin masterSearched words:
git remote add initialize repos

