Changes between Initial Version and Version 1 of Import an existing repo into gitolite


Ignore:
Timestamp:
04/29/25 21:53:42 (4 weeks ago)
Author:
enno
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Import an existing repo into gitolite

    v1 v1  
     1== Importing Existing Repositories
     2
     3The most reliable way to import an existing Git repository into Gitolite is:
     4
     5Let Gitolite create an empty repository (by defining it in gitolite.conf).
     6Add it as a remote to your existing local repository.
     7Push your entire history to Gitolite.
     8This avoids permission issues and ensures the repository structure and access controls are handled correctly.