wiki:Import an existing repo into gitolite

Version 1 (modified by enno, 4 weeks 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.

Note: See TracWiki for help on using the wiki.