在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用git-sync
星标8
分支1
更新时间2026年6月2日 07:42
Rebase current branch onto main to sync latest changes
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Rebase current branch onto main to sync latest changes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | git-sync |
| description | Rebase current branch onto main to sync latest changes |
| disable-model-invocation | false |
| argument-hint | optional target branch (defaults to main) |
git branch --show-currentgit status --shortgit log --oneline main..HEAD 2>/dev/nullgit log --oneline HEAD..origin/main 2>/dev/nullSync the current feature branch with the latest main using rebase, keeping history linear.
git fetch origingit rebase origin/maingit rebase --abort.git push --force-with-leasegit log --oneline --graph -5git push --force-with-lease without informing the user firstgit merge main as a safer alternative$ARGUMENTS