diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2014-10-31 13:38:54 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-10-31 13:38:54 +0100 |
commit | 394646670bd6ea733a28234ff419e1af18f5a481 (patch) | |
tree | 77ae0cd4a48ff77a0f741b995899c76725954fb6 | |
parent | 7371c9e2f453c6bd910aa1335a278743bbf827bf (diff) | |
parent | 884e916fe2ebb6095af1817c7a962623c12af34e (diff) | |
download | gitlab-ce-394646670bd6ea733a28234ff419e1af18f5a481.tar.gz |
Merge pull request #8211 from cirosantilli/rake-import-style
Fix doc rake import md style [ci-skip]
-rw-r--r-- | doc/raketasks/import.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/raketasks/import.md b/doc/raketasks/import.md index 153a2e2575b..bb229e8acbb 100644 --- a/doc/raketasks/import.md +++ b/doc/raketasks/import.md @@ -1,13 +1,13 @@ # Import bare repositories into your GitLab instance -### Notes: +## Notes - The owner of the project will be the first admin - The groups will be created as needed - The owner of the group will be the first admin - Existing projects will be skipped -## How to use: +## How to use ### Create a new folder inside the git repositories path. This will be the name of the new group. @@ -16,7 +16,6 @@ it in the `/etc/gitlab/gitlab.rb` file. - For manual installations, it is usually located at: `/home/git/repositories` or you can see where your repositories are located by looking at `config/gitlab.yml` under the `gitlab_shell => repos_path` entry. - ### Copy your bare repositories inside this newly created folder: ``` @@ -40,7 +39,7 @@ $ cd /home/git/gitlab $ sudo -u git -H bundle exec rake gitlab:import:repos RAILS_ENV=production ``` -#### Example output: +#### Example output ``` Processing abcd.git |