Git Commands

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

tomevault-io Updated

File contents

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.


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

tomevault-io/skills-registry/tree/main/bearcove--pikru--git-commands commit 1916d35a1b

Frequently asked questions

npx skillmds@latest add tomevault-io/git-commands