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
Searched words:
git remote add initialize repos
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 masterMore like this
- Git the Agaric Way: using shell scripts to add and update projects
- Locking an SVN repository (or, another reason to use Git)
- Setting up the Agaric way (svn working copy checkouts) on a new server
- How to add users to or edit user passwords for a Subversion repository
- Testing out the new direction for Drush, which has seen the matrix and can now step outside of Drupal


Comments
Post new comment