Push changes from a Local Branch to a Remote Branch
We must push changes to send our local commits to the remote repository, making them available to other collaborators.
biGENIUS-X operates with an auto-push feature. Any changes made to your project are automatically pushed to the Remote Repository.
Refer to Understand Git Workflow in biGENIUS-X for more information.
Therefore, avoid manual pushes, as outlined below.
A Push in biGENIUS-X includes a git commit + git push.
Push changes
To push changes from a Local Branch to a Remote Branch, access the Branch overview page of a Project:
Click on the Context menu for an activated Local Branch and choose the Push Changes option:
The Local Branch will need to be activated first. See Activate a Branch.
The Pushing branch pop-up is opened and automatically closes if no errors occur:
If a git error occurs during the Branch push, you can view the technical logs by clicking Show details.
Demonstration video