Changes between Initial Version and Version 1 of Import an existing repo into gitolite
- Timestamp:
- 04/29/25 21:53:42 (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Import an existing repo into gitolite
v1 v1 1 == Importing Existing Repositories 2 3 The most reliable way to import an existing Git repository into Gitolite is: 4 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. 8 This avoids permission issues and ensures the repository structure and access controls are handled correctly.