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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Import an existing repo into gitolite

    v1 v2  
    33The most reliable way to import an existing Git repository into Gitolite is:
    44
    5 Let Gitolite create an empty repository (by defining it in gitolite.conf).
    6 Add it as a remote to your existing local repository.
    7 Push your entire history to Gitolite.
     5* Let Gitolite create an empty repository (by defining it in gitolite.conf).
     6
     7* Add it as a remote to your existing local repository.
     8
     9* Push your entire history to Gitolite.
     10
    811This avoids permission issues and ensures the repository structure and access controls are handled correctly.
     12
     13[wiki:Workflows back]