Agent skill
using-git
Git command conventions. Use when running any git commands to avoid blocking on interactive pager.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/using-git
SKILL.md
Git Commands
Always use --no-pager BEFORE the git command to avoid blocking on interactive pager:
bash
git --no-pager log -10
git --no-pager diff
git --no-pager show
The --no-pager flag must come before the subcommand (log, diff, show, etc.), not after.
Didn't find tool you were looking for?