Git Workflow Manager
VS Code extension for managing feature/hotfix branch workflow: dev -> uat -> prod with test verification.
Features
- Branch status dashboard in the sidebar
- 6 status types: developing, pending uat, testing, tested, new commits, deployed
- Test pass marking with commit baseline tracking
- Smart merge to prod (cherry-pick only tested commits)
- Branch creation from prod with auto-push
- Branch cleanup for deployed branches
Usage
- Click the Git Workflow icon in the activity bar
- Use the + button to create a new branch from prod
- The dashboard shows each branch's merge status and next action
- Mark test pass after UAT testing
- Smart merge to prod only includes tested commits
| |