Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.16 KB

2024-09-10-copilot-github.md

File metadata and controls

37 lines (26 loc) · 1.16 KB
layout title date last_updated description tags categories featured
post
GitHub Copilot
2024-09-13 11:00:10 -0700
2024-09-10 11:00:10 -0700
GitHub Copilot
programming github copilot
programming
false

draft

GitHub Copilot in the CLI

" GitHub Copilot in the CLI is an extension for GitHub CLI which provides a chat-like interface in the terminal that allows you to ask questions about the command line. You can ask Copilot in the CLI to suggest a command for your use case with gh copilot suggest, or to explain a command you're curious about with gh copilot explain.

For use cases, enabling, and limitations, see "GitHub Copilot in the CLI".

For what data is collected, used, and shared, see "Privacy Policies".

For help troubleshooting connectivity, see "Troubleshooting network errors for GitHub Copilot". "

GitHub Copilot

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.

GitHub CLI