wiki:Import an existing repo into gitolite

Version 2 (modified by enno, 2 months ago) ( diff )

--

Importing Existing Repositories

The most reliable way to import an existing Git repository into Gitolite is:

  • Let Gitolite create an empty repository (by defining it in gitolite.conf).
  • Add it as a remote to your existing local repository.
  • Push your entire history to Gitolite.

This avoids permission issues and ensures the repository structure and access controls are handled correctly.

back

Note: See TracWiki for help on using the wiki.