Skip to main content
Run any Skill in Manus
with one click
$pwd:

rebase

// Rebases the current branch onto the latest remote base branch (origin/main or origin/master). Handles uncommitted changes automatically via git stash. Use when asked to "rebase", "rebaseして", "最新に追従して", "ベースブランチに合わせて", "mainに追従", "masterに追従", "rebase on latest", or any request to sync/update the current branch with the upstream default branch. Also use when the user mentions merge conflicts from an outdated branch or wants to bring their feature branch up to date before creating a PR.

$ git log --oneline --stat
stars:9
forks:1
updated:May 6, 2026 at 04:29
SKILL.md
readonly