diff --git a/skills/finishing-a-development-branch/SKILL.md b/skills/finishing-a-development-branch/SKILL.md index 4ca486be..fa8aecaf 100644 --- a/skills/finishing-a-development-branch/SKILL.md +++ b/skills/finishing-a-development-branch/SKILL.md @@ -180,7 +180,7 @@ or scratch work. Never `--force` on your own initiative. Show your human partner what is at stake and ask: ```bash -git -C "$WORKTREE_PATH" status --porcelain +git -C "$WORKTREE_PATH" status --porcelain -uall ``` ```