snippetbashTip
copilot — Interact with GitHub Copilot. More information: <https://docs.github.com/en/copilot/concepts/agents/
Viewed 0 times
commandcopilotgithubinteractcliwithmore
Problem
How to use the
copilot command: Interact with GitHub Copilot. More information: <https://docs.github.com/en/copilot/concepts/agents/about-copilot-cli>.Solution
copilot — Interact with GitHub Copilot. More information: <https://docs.github.com/en/copilot/concepts/agents/about-copilot-cli>.Start interactive mode:
copilotAllow all file editing:
copilot --allow-tool writeResume the most recent session:
copilot --continueResume a previous session using session picker:
copilot --resumeUse a specific model:
copilot --model "{{gpt-5}}"Allow all Git commands except
git push:copilot --allow-tool 'shell(git:*)' --deny-tool 'shell(git push)'Execute a prompt directly without interactive mode, while allowing
copilot to run any command:copilot {{[-p|--prompt]}} "{{Fix the bug in main.js}}" --allow-all-toolsCode Snippets
Start interactive mode
copilotAllow all file editing
copilot --allow-tool writeResume the most recent session
copilot --continueResume a previous session using session picker
copilot --resumeUse a specific model
copilot --model "{{gpt-5}}"Context
tldr-pages: common/copilot
Revisions (0)
No revisions yet.