返回 Skill 列表
extension
分类: 开发与工程无需 API Key

Git Helper

常见Git操作(状态、拉取、推送、分支、日志)

person作者: xejraxhubclawhub

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

# View commit log with optional limit
git-helper log [--limit 10]

Install

No installation needed. git is always present on the system.