git-vbranch checkout
Version updated for https://github.com/pismy/git-vbranch to version v1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
git-vbranch is a Git extension that introduces virtual branches, logical branches defined by shared labels on pull/merge requests (PRs/MRs). It automates the creation of these virtual branches by dynamically materializing them via octopus-merging the source branches of all labeled PRs/MRs. This enables tasks such as validating feature branch integration in CI, deploying shared preview environments, and creating ad-hoc branch groupings without the need for long-lived branches.
What’s Changed
1.0.0 (2026-04-22)
Features
- initial commit (e1f5921)