✓ Verified 💻 Development ✓ Enhanced Data

Git Helper

Common git operations as a skill (status, pull, push, branch, log).

Rating
4.9 (100 reviews)
Downloads
3,201 downloads
Version
1.0.0

Overview

Common git operations as a skill (status, pull, push, branch, log).

Complete Documentation

View Source →

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.

Installation

Terminal bash

openclaw install git-helper
    
Copied!

💻Code Examples

example.sh
# 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]

Tags

#git_and-github #git

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author xejrax
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install git-helper