Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 631 Bytes

File metadata and controls

10 lines (8 loc) · 631 Bytes
name rebase-main
description Safely update the local main branch with a fast-forward-only pull, rebase the current work branch onto it, resolve conflicts without losing local work, and restore staged, unstaged, and untracked changes. Use when the user asks to pull main and rebase the current branch, update a branch from main, remove rebase conflicts, or says "rebase-main".

Rebase Main (Claude Code)

The canonical workflow lives in .codex/skills/rebase-main/SKILL.md. Read and follow it completely, including its working-tree safeguard, conflict-resolution, restoration, verification, and no-implicit-push rules.