This plugin is designed to integrate Git into the AutoBuild process, allowing for efficient version control and deployment.
Features
- Automated Pull Requests: The plugin automatically pulls the latest code from the remote repository into the local environment.
- Branch Management: It supports different branches for development, staging, and production, ensuring a smooth workflow.
- Merge Conflicts Resolution: The plugin provides tools to help resolve merge conflicts during the build process.
Usage
To use the Git plugin, follow these steps:
- Install the Plugin: Navigate to the
/en/tools/autobuild/plugins
directory and runpip install git-plugin
. - Configure the Plugin: Update your
autobuild.yml
configuration file to include the Git plugin settings. - Run the Build: Execute the build command, and the plugin will handle the Git operations automatically.
Resources
For more information on configuring and using the Git plugin, visit the AutoBuild Documentation.
Git Repository
Git Branches
Merge Conflicts