git - Possible to change Gitlab repository creation schema? -


my gitlab repos path set :

data/git/repositories 

if user called superman creates new project gitlab automatically setup git repos path :

data/git/repositories/superman/projectname 

does know can configure ? don't want have owners name in repos path.

if want user's name in repository's path, set group project, , work against group's repository/ies. repositories lay in:

/path/repositories/projectgroup/projectname 

thoug, gitlab somehow works github, each user has own personal repositories, can sync development branches , make merge requests group's repositories sets of commits, it's easier track modifications' ownership through forks.

have @ tutorial such one how create , use it.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -