Git controls overview
Last updated
Was this helpful?
Last updated
Was this helpful?
Take a quick look at the Git controls in UI Bakery
Branches selector - switch between branches
Sync branches - sync the list of branches with the Git repository
Pull - pull the latest changes from the selected branch
Open Pull Request - create a pull request for the selected branch
Commit & Push - commit and push the changes to the selected 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).