Update wiki or put a more descriptive message for importing local projects
Created by: apohllo
The wiki says that when you want to import a local repo to gitlab, you should load it to /home/git/repositiries
. When I look to the rake task I see that it mentions the same path. But the real path for my installation is /var/opt/gitlab/git-data/repositories/
. Moreover the repository has to end with .git
which is not obvious. A better description should be provided in the wiki and maybe a message indicating which directory is processed. This would make the import process much easier and straightforward.