
| ÍNDICE | cli.github.com https://cli.github.com/ Take GitHub to the command line GitHub CLI brings GitHub to your terminal. Free and open source. Install with Homebrew
brew install ghCopy Install $gh copilotgh issue listgh pr statusgh pr checkoutgh pr creategh pr checksgh release creategh repo viewgh alias set Run GitHub Copilot CLI. View and filter a repository's open issues. Check on the status of your pull requests. Check out pull requests locally. Create a new pull request. View your pull requests' checks. Create a new release. View repository READMEs. Create a shortcut for a gh command. $ gh copilot ╭────────────────────────────────────────────────────────────────────────╮│╭─╮╭─╮ GitHub Copilot v1.0.39││╰─╯╰─╯Describe a task to get started.││█▘▝█││▔▔▔▔││││Tip:/initInitialize Copilot instructions for this repository.││Copilot uses AI. Check for mistakes.│╰────────────────────────────────────────────────────────────────────────╯ ●Environment loaded: 2 custom instructions, 19 skills, 6 MCP servers, 4 plugins, 3 agents ●GitHub MCP Server: Connected gh issue list
gh pr status
gh pr checkout 12
remote: Enumerating objects: 66, done. gh pr create
gh pr checks All checks were successful gh release create 1.0 ? Title GitHub CLI 1.0 gh repo view cli/cli gh is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code. Image: screenshot of gh pr status →https://user-images.githubusercontent.com/98482/84171218-327e7a80-aa40-11ea-8cd1-5177fc2d0e72.png View this repository on GitHub: https://github.com/cli/cli gh alias set bugs 'issue list --label="bugs"'
- Adding alias for bugs: issue list --label="bugs" View all GitHub CLI commands → Goodbye, context switching. Hello, terminal. Your entire GitHub workflow Work with issues, pull requests, checks, releases and more. View all GitHub CLI commands →Script and customize Call the GitHub API to script almost any action, and set a custom alias for any command. Learn about aliases and API →Enterprise-ready Connect to GitHub Enterprise Server in addition to GitHub.com. Get set up with Enterprise →We <3 community GitHub CLI is open source and ready for your contributions. Contribute to CLI →Try GitHub on the command line GitHub CLI brings GitHub to your terminal. Free and open source. Install with Homebrew
brew install ghCopy Install View installation instructions →[Windows][Mac][Linux] |