What problem does it solve?
This Skill simplifies Git repository and code hosting platform management through terminal commands, allowing for efficient and centralized code control.
Core Features & Use Cases
- GitHub, GitLab, and Codeberg Integration: Manage repositories across multiple platforms with a unified interface.
- Pull Requests and Code Review: Create, manage, and review pull requests within your repositories.
- Git Hooks Management: Configure and manage Git hooks for automated repository operations.
- Use Case: Streamline the process of updating, reviewing, and deploying code across multiple GitHub repositories with a single command line tool.
Quick Start
Install x-cmd and use the following commands to clone a GitHub repository, create a pull request, and manage Git hooks.
# Clone a GitHub repository
x gh repo clone owner/repo
# Create a pull request
x gh pr create --title "Fix bug" --body "Description"
# Manage Git hooks
x git hook