Commit 22a9bd4d authored by Katrin Leinweber's avatar Katrin Leinweber

Improve wording about optional subfolders

parent c807e2d9
...@@ -18,10 +18,10 @@ Note that: ...@@ -18,10 +18,10 @@ Note that:
To import bare repositories into a GitLab instance: To import bare repositories into a GitLab instance:
1. Create a new folder to import your Git repositories from. 1. Create a new folder to import your Git repositories from.
If the final projects should reside in a (sub)group's namespace, You can also import projects into a (sub)group's namespace,
instead of the admin's, create them as subfolders. instead of the administrator's namespace. To do so, create subfolders and
The new folder(s) needs to have Git user give ownership and read/write/execute permissions of those subfolders to the
ownership and read/write/execute access for Git user and its group: `git` user and its group:
```shell ```shell
sudo -u git mkdir -p /var/opt/gitlab/git-data/repository-import-$(date "+%Y-%m-%d")/<optional_groupname>/<optional_subgroup> sudo -u git mkdir -p /var/opt/gitlab/git-data/repository-import-$(date "+%Y-%m-%d")/<optional_groupname>/<optional_subgroup>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment