1. Developer Tutorials
  2. Connect your Git repo

Connect your Git repo

In this tutorial, you will learn how to connect a Git repository to your BuddyBoss App, so that your code changes can be automatically merged into your release app and test app builds. This feature is only available if you have purchased a plan that includes Developer Access.

Once done, make sure to check out our App Development tutorials to learn how to write custom code for your app, including how to set up your Git repo, and how to deploy custom code to your Test App.

The first step is to add your Repository information in your BuddyBoss.com account area. Under Apps, click “Manage” on the app you want to connect to your Git repo. The settings you enter will depend on where your Git repo is hosted. Once these settings have been configured, you will be able to select which branches from your repo should be merged into your release apps and test apps from your plugin settings.

GitHub

  1. At BuddyBoss.com, set the Provider to GitHub
  2. Enter the Repository URL in this format: [email protected]:name/repo-path.git
  3. Create an Access Token at GitHub:
    • Go to Settings > Developer settings > Personal access tokens
    • Click “Generate new token”
    • For Scope, select “repo”
    • Save, and paste the Access Token back at BuddyBoss.com

GitLab

  1. At BuddyBoss.com, set the Provider to GitLab
  2. Enter the Repository URL in this format: [email protected]:name/repo-path.git
  3. Create an Access Token at GitLab:
    • Click on your user profile menu, and go to Preferences > Access Tokens
    • Go to “Add a personal access token”
    • For Scopes, select “read_api” and “read_repository”
    • Save, and paste the Access Token back at BuddyBoss.com

Questions?

We're always happy to help with questions you might have! Search our documentation, contact support, or connect with our sales team.