8000 gh-861: Document GitHub CLI by za · Pull Request #882 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

gh-861: Document GitHub CLI #882

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jul 1, 2022
Prev Previous commit
gh-861 Simplified introduction paragraph
  • Loading branch information
za committed Jun 30, 2022
commit 66effa3151a17b8e69c4fd22d98f3f78eaa39da8
6 changes: 3 additions & 3 deletions gitbootcamp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -556,9 +556,9 @@ To edit an open pull request that targets ``main``:
GitHub CLI
----------

GitHub CLI is a command-line interface to work with GitHub.
For example, you can create pull requests and releases,
set alias commands, check PR statuses.
`GitHub CLI <https://cli.github.com>`_ is a command-line
interface that allows you to create, update, and check GitHub
issues and pull requests.

You can install GitHub CLI `by following these instructions
<https://github.com/cli/cli#installation>`_. After installing,
Expand Down
0