GitRoot

craft your forge, build your project, grow your community freely
 1---
 2id: 'b1ce'
 3priority: 50
 4sprint: ''
 5assignee: null
 6status: triage
 7kind: issue
 8---
 9
10# User push a new branch, what next?
11
12Today when a user push a new branch, gitroot add a new group in users.yaml in main branch to be sure only him can change it.
13
14Maybe we should update users.yaml in the branch itself (to not pollute main if the branch is never merged).
15
16But if we do it, we need to check in ssh.go for main user.yaml AND branch user.yaml.