1 repositorio
Settings that define the specific Git method used to integrate upstream changes into a branch.
Distinct from Sync Parameter Configurations: Focuses on Git commit strategies (merge/squash/rebase) rather than data stream parameters or editor settings.
Explore 1 awesome GitHub repository matching data & databases · Git Integration Method Configurations. Refine with filters or upvote what's useful.
Pull is an automated pull request manager designed to synchronize GitHub repository forks with their upstream sources. It acts as an orchestrator that creates and manages pull requests to integrate remote changes and keep development forks aligned with original project sources. The tool is configuration-driven, allowing users to define specific git integration strategies such as merging, squashing, rebasing, or hard resetting. It integrates with GitHub Actions to manage branch protection and the assignment of reviewers, assignees, and custom labels. Synchronization can be triggered through p
Offers a configuration system to choose between merge, squash, rebase, or hard reset integration methods.