Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
$pwd:

jj-uncommit-to-working-copy

// In a jj-colocated git repo, take a jj commit (default `@-`, the parent of the working copy) and fold its changes into the working copy as undescribed changes — equivalent to "uncommitting" so they re-appear as unstaged changes in `git status`. NEVER calls `git reset`, `git checkout`, or any other mutating git command. Use when: the user says "uncommit", "put changes back as unstaged", "undo last jj commit", "move commit into working copy", "unstage from jj", or has a described jj commit they want to re-stage / re-split / amend differently.

$ git log --oneline --stat
stars:133
forks:15
updated:2026년 5월 10일 00:41
SKILL.md
readonly