Git Status

Quick git queries - status, diff, log, blame. Triggers on "git status", "what changed", "show diff", "recent commits". Use when this capability is needed.

tomevault-io Updated

File contents

Git Status

Fast git operations for checking repository state.

Common Commands

  • git status - working tree state
  • git diff - unstaged changes
  • git diff --staged - staged changes
  • git log --oneline -10 - recent commits
  • git blame <file> - line-by-line history

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/dtsong--claude-code-wsl-setup--git-status commit 5e964790e4

Frequently asked questions

npx skillmds@latest add tomevault-io/git-status-2