Reset Unpushed Commits
Soft-reset selected unpushed commits back into the working tree so they can be re-committed with /commit.
Read ~/.claude/skills/shared/bash-rules.md for bash command constraints.
Context
- Unpushed commits: !
git log @{upstream}..HEAD --format="%h %ai %s" 2>/dev/null || git log origin/master..HEAD --format="%h %ai %s" 2>/dev/null - Working tree status: !
git status --short
Process
- If Unpushed commits is empty, tell the user there is nothing to res
[Description truncada. Veja o README completo no GitHub.]