# git-helper > Common git operations as a skill (status, pull, push, branch, log) - Author: Rachael White - Repository: boomsystel-code/openclaw-workspace - Version: 20260208062059 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/boomsystel-code/openclaw-workspace - Web: https://mule.run/skillshub/@@boomsystel-code/openclaw-workspace~git-helper:20260208062059 --- --- name: git-helper description: "Common git operations as a skill (status, pull, push, branch, log)" metadata: { "openclaw": { "emoji": "🔀", "requires": { "bins": ["git"] }, "install": [], }, } --- # 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.