git-helper

TotalClaw 作者 totalclaw

常见的 git 操作作为技能(状态、拉取、推送、分支、日志)

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~xejrax-git-helper
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~xejrax-git-helper/file -o xejrax-git-helper.md
## 概述(中文)

常见的 git 操作作为技能(状态、拉取、推送、分支、日志)

## 原文

# 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

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