🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Git Tool

by @dinghaibin

Useful Git commands for repository management. Use when user needs to manage git repositories, create branches, view history, stash changes, or automate git...

πŸ’‘ Examples

# Initialize
python scripts/git.py init

Status

python scripts/git.py status

View log

python scripts/git.py log --oneline

Create branch

python scripts/git.py branch new-feature

Stash changes

python scripts/git.py stash save "work in progress"

Commit

python scripts/git.py commit -m "Update files"

View on ClawHub
TERMINAL
clawhub install git-tool

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’