skillby bearcove

git-commands

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

Installs: 0
Used in: 1 repos
Updated: 8h ago
$npx ai-builder add skill bearcove/git-commands

Installs to .claude/skills/git-commands/

# 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.

Quick Install

$npx ai-builder add skill bearcove/git-commands

Details

Type
skill
Author
bearcove
Slug
bearcove/git-commands
Created
2d ago