Git controls overview

Take a quick look at the Git controls in UI Bakery πŸ‘‡

  1. Branches selector - switch between branches

  2. Sync branches - sync the list of branches with the Git repository

  3. Pull - pull the latest changes from the selected branch

  4. Open Pull Request - create a pull request for the selected branch

  5. Commit & Push - commit and push the changes to the selected branch

Changing the default branch

Some teams may be working on the same project and it may not be convenient to share the same main branch. In such cases, you can set a specific branch as the default one for your team only. You can do this by opening the Git tab in the footer panel and clicking the Set current branch as default button. Once set, the system will operate in the following way:

  • The project will automatically load from this branch.

  • It will become the base branch for all new branches.

  • It will be used as the default target for pull requests.

  • It will act the source branch when duplicating projects.

  • If Git is disconnected, the state will revert to the default branch's state.

  • The default branch cannot be deleted from the database (ID-based).

Last updated

Was this helpful?