Changes between Version 4 and Version 5 of Add a new repo to gitolite


Ignore:
Timestamp:
04/29/25 19:17:58 (4 weeks ago)
Author:
enno
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Add a new repo to gitolite

    v4 v5  
    1 == Step by step
    2 
    31=== Requirements
    42
    53You need to have a access to the gitolite repo
    64See [[Give a single user write access to gitolite repos]]
     5
     6== Step by step
    77
    88* Clone the gitolite-admin repo from /home/git/repositories/gitolite-admin via
     
    1212}}}
    1313
    14 Note: If you get asked for a password you do not have access.
     14Note: If you get asked for a password you do not have the correct access permissions.
    1515
    1616See [[Give a single user write access to gitolite repos]]
     
    1818* edit the gitolite-admin/conf/gitolite.conf file to add a repo
    1919
     20* Commit and push the change
     21
     22There is now an empty repo with the new name under gitolite.
     23
     24If you want to migrate an existing repo you can add the gitolite url as remote and push afterwards
     25
     26{{{#!sh
     27git remote add origin git@your-server-url:your-repo-name
     28git push
     29}}}
     30
    2031[wiki:Workflows back]
    21