Git configuration
Last updated
Was this helpful?
Last updated
Was this helpful?
This settings page allows you to configure access to your Git repositories to be able to either push the code to them or pull the code if you are migrating to Brainboard.
There are 3 types of Git connections:
Git app integrations: is a mechanism that allows you to control access to repositories and users from your git provider and not inside Brainboard.
Which means that with this integration, users don't use their personal git tokens.
Organization connections: You can configure access to your Git repository in a way that any user inside your organization can use it. It may be helpful if you don't want your users to manage Git connections, so they can see all projects and do pull requests to any one of them.
Personal connections: Git personal tokens are used by every user individually. So the users will be able to see only project and repositories they have access to and they do pull requests, you can identify exactly who did it.
Brainboard supports the following Git providers:
When doing Pull Requests, Brainboard sends the information on behalf of the user creating the PR to be able to track who does what. Refer to page for more information about how it works. For now only GitHub has an app integration.