diff options
author | Ciro Santilli <ciro.santilli@gmail.com> | 2014-10-22 22:52:50 +0200 |
---|---|---|
committer | Ciro Santilli <ciro.santilli@gmail.com> | 2014-10-22 22:56:42 +0200 |
commit | 5d5b3b8273297f9fe70a8c14376da7e6e528e2c5 (patch) | |
tree | 7642711e057755a3a20a6703c9097a40c3c052ec /doc/raketasks | |
parent | 47064ea55cf82ee4e38b616348243a53fae12ce2 (diff) | |
download | gitlab-ce-5d5b3b8273297f9fe70a8c14376da7e6e528e2c5.tar.gz |
Fix doc raketasts import md style [ci skip]
Diffstat (limited to 'doc/raketasks')
-rw-r--r-- | doc/raketasks/import.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/raketasks/import.md b/doc/raketasks/import.md index 39b1a52a44d..5dba8de6d56 100644 --- a/doc/raketasks/import.md +++ b/doc/raketasks/import.md @@ -1,18 +1,18 @@ # Import -### Import bare repositories into GitLab project instance +## Import bare repositories into GitLab project instance Notes: -* project owner will be a first admin -* groups will be created as needed -* group owner will be the first admin -* existing projects will be skipped +- project owner will be a first admin +- groups will be created as needed +- group owner will be the first admin +- existing projects will be skipped How to use: 1. copy your bare repos under git repos_path (see `config/gitlab.yml` gitlab_shell -> repos_path) -2. run the command below +1. run the command below ``` # omnibus-gitlab |