๐ฆ ClawHub
Git Manager
by @liyico
Perform common Git operations like status, commit, push, pull, branch management, and merge with safety checks and dry-run support.
โก When to Use
๐ Tips & Best Practices
| Issue | Check |
|-------|-------|
| Permission denied (publickey) | SSH agent running? ssh-add -l |
| Not a git repository | --repo path correct? |
| Branch protected | Cannot commit to main; create feature branch first |
| Merge conflict | Resolve manually; skill only detects conflict |
TERMINAL
clawhub install git-manager