Skip to Content
Advanced Usage

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 --merge

This command will:

  1. Check out the target branch (main).
  2. Merge the source branch into target.
  3. Execute conflict resolution sequences.
  4. 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 --yes

This 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