git-commands

star 29

Git command conventions for pikru. Use when running any git commands to avoid blocking on interactive pager.

bearcove By bearcove schedule Updated 12/19/2025

name: git-commands description: Git command conventions for pikru. Use when running any git commands to avoid blocking on interactive pager.

Git Commands

Always use --no-pager BEFORE the git command to avoid blocking on interactive pager:

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.

Install via CLI
npx skills add https://github.com/bearcove/pikru --skill git-commands
Repository Details
star Stars 29
call_split Forks 4
navigation Branch main
article Path SKILL.md
More from Creator