Advanced Usage
Master the industrial-scale automation capabilities of yeet-git.
Multi-Branch Workflows
yeet-git shines when managing complex branch structures.
Cross-Branch Merging
To merge changes from one branch to another with automatic PR logic:
yeet --to-main --mergeThis command will:
- Check out the target branch (
main). - Merge the source branch into target.
- Execute conflict resolution sequences.
- Push the finalized release chain.
Pipeline Orchestration
Customized pipeline labels allow you to categorize your automation runs:
yeet --to-dev-staging --label "security-fix"Logic Buffer Overrides
In rare cases where you want to bypass the AI’s semantic deconstruction:
yeet --c --yesThis will automatically accept the first proposed commit message without interactive confirmation.
[!WARNING] Use automatic overrides (
--yes) with caution. Reviewed semantic history is better than fast automated noise.
Last updated on