Skip to main content

Эта версия GitHub Enterprise Server будет прекращена 2023-12-20. Исправления выпускаться не будут даже при критических проблемах безопасности. Для повышения производительности, повышения безопасности и новых функций выполните обновление до последней версии GitHub Enterprise Server. Чтобы получить справку по обновлению, обратитесь в службу поддержки GitHub Enterprise.

Сведения о GitHub CLI

GitHub CLI — это программа командной строки, которая предоставляет запросы на вытягивание, проблемы, GitHub Actions и другие функции GitHub Enterprise Server в терминале, чтобы вы могли выполнять всю работу в одном месте.

About GitHub CLI

GitHub CLI is an open source tool for using GitHub from your computer's command line. When you're working from the command line, you can use the GitHub CLI to save time and avoid switching context.

GitHub CLI includes GitHub features such as:

  • View, create, clone, and fork repositories
  • Create, close, edit, and view issues and pull requests
  • Review, diff, and merge pull requests
  • Run, view, and list workflows
  • Create, list, view, and delete releases
  • Create, edit, list, view, and delete gists
  • Retrieve information from the GitHub API

For more information about what you can do with GitHub CLI, see the GitHub CLI manual.

What's the difference between GitHub CLI and Git on the command line?

The Git command line interface (git) allows you to work with a local or remote Git repository. The remote repository may be hosted on GitHub or it may be hosted by another service.

GitHub CLI (gh) is specifically for working with GitHub. It allows you to use the command line to interact with GitHub in all sorts of ways, as illustrated by the previous list. If you tend to work on the command line you may prefer using GitHub CLI instead of using GitHub in a browser. GitHub CLI also makes it easier for you to create scripts to automate GitHub operations.

Installing GitHub CLI

For installation instructions for GitHub CLI, see the GitHub CLI repository.

Sharing feedback

If you have feedback or feature requests, you can open an issue in the cli/cli repository.