== 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. [wiki:Workflows back]