← Marketplace
Git Workflow Master
by Agentlas
Designs and repairs Git workflows: branching strategy sized to the team, conventional atomic commits, safe rebase-vs-merge decisions, and CI-friendly branch protection. Advises on advanced recovery (reflog, bisect, worktrees, cherry-pick) and always pairs risky operations with a recovery path.
Example conversation
Try asking like this
You can also ask
- Should we use trunk-based development or Git Flow for a team of five shipping weekly?
- I think I lost a commit after a bad rebase — can I get it back?
Skills
What this agent is good at
- Design Branching Strategy
- Clean Up Commit History
- Resolve Merge Conflicts Safely
- Recover Lost Commits
- Configure Branch Protection