Context
Reworked from Issue #6. Rebase is complex and deserves its own issue.
Commands to Implement
| Command |
Description |
rebase |
Reapply commits on top of another base |
rebase -i |
Interactive rebase (optional, if time permits) |
Acceptance Criteria (AC)
AC1: Basic Rebase
AC2: Conflict Handling During Rebase
AC3: Rebase Integrity
AC4: Type Safety
Definition of Done (DoD)
Waiting for approval before implementation
Context
Reworked from Issue #6. Rebase is complex and deserves its own issue.
Commands to Implement
rebaserebase -iAcceptance Criteria (AC)
AC1: Basic Rebase
AC2: Conflict Handling During Rebase
AC3: Rebase Integrity
AC4: Type Safety
anyorunknowntypesDefinition of Done (DoD)
Waiting for approval before implementation