Skip to content

Category Archives: vcs

Add a new Gitolite Repository for Already-Exisiting Code

09-May-11

Create the repository in your gitolite admin repository (in conf/gitolite.conf) and push changes to create an empty repository. Push the repository to gitolite: You may want to set the local repository’s origin:

Changing a Git Repository’s Origin

26-Apr-11

From within the project, execute: If you get an error similar to the following when doing a “git pull” from the new origin: Then run: See also, if you’re renaming the origin you originally cloned from: