User repositories
Contributors now have the possibility to create user repositories. This allows all developers with git permissions to create their own repository with the following wildcard:
users/$user/[a-z0-9-]+
This is useful when you have no permission to commit upstream directly or you want to work on some code privately without bothering other. Compared to upstream repositories, user repositories have more permissions (for the creator):
↧