Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →ブランチをメインにマージしてお掃除する
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | -24% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -23% | 0% |
| case-07 | ✓→✓ | = Same ✓ | -2% | 0% |
| case-08 | ✓→✓ | = Same ✓ | -7% | 0% |
| case-09 | ✓→✓ | = Same ✓ | -7% | 0% |
作業ブランチを main にマージし、不要になったブランチと worktree を削除する。
bashgit branch --show-current
<branch> とする)main の場合はマージ対象がないため中断するbashgit status --short
bashgit checkout main
bashgit merge --no-ff <branch>
bashgit branch -d <branch>
bashgit worktree list
<branch> に紐づく worktree がある場合のみ以下を実行:bashgit worktree remove <worktree-path>
最終状態を表示する:
bashgit log --oneline -5 git branch git worktree list
Other measured skills in the registry, with their headline benchmark lift.