git-helper

Installation
SKILL.md

Git Helper

Common git operations as a skill. Provides convenient wrappers for frequently used git commands including status, pull, push, branch management, and log viewing.

Commands

# Show working tree status
git-helper status

# Pull latest changes
git-helper pull

# Push local commits
git-helper push

# List or manage branches
git-helper branch
Installs
8
GitHub Stars
19
First Seen
May 15, 2026
git-helper — bighardperson/computer-science-skills-collection