rebase
Installation
SKILL.md
rebase
Category: Development
Usage
rebase [--interactive]
Arguments
--interactive: Use interactive rebase for more control over commits (optional)
Description
Rebases your local commits on top of the latest remote changes for your active branch. This is useful when your colleague has pushed changes to the same branch and you want to incorporate them while keeping your commits on top.