How to Run a Command While Keeping Your Input in GitHub Copilot CLI【Ctrl+S】

Use Ctrl+S in GitHub Copilot CLI to submit your prompt while preserving the input text — handy for iterating on prompts or running partial checks.
142 words
|
1 minutes

How to Delegate PR Creation in GitHub Copilot CLI【/delegate】

Use the /delegate command in GitHub Copilot CLI to hand off your session to GitHub's Copilot coding agent, which will implement changes and create a PR for you.
153 words
|
1 minutes

How to Review Code Changes in GitHub Copilot CLI【/diff】

Use the /diff command in GitHub Copilot CLI to quickly review all code changes made during your session.
113 words
|
1 minutes

How to Set Up Project Instructions in GitHub Copilot CLI【/init】

Use the /init command in GitHub Copilot CLI to create repository-specific instruction files so Copilot follows your project's coding conventions automatically.
134 words
|
1 minutes

How to Enable Experimental Features in GitHub Copilot CLI【/experimental】

Use the /experimental command in GitHub Copilot CLI to unlock cutting-edge features like Autopilot mode that are still in development.
146 words
|
1 minutes

How to Add Files to Context in GitHub Copilot CLI【@】

Use the @ mention in GitHub Copilot CLI to explicitly add files or folders to context, ensuring Copilot references exactly what you need.
135 words
|
1 minutes

How to Switch AI Models in GitHub Copilot CLI【/model】

Use the /model command in GitHub Copilot CLI to switch between available AI models like Claude Sonnet, GPT-5, and more.
136 words
|
1 minutes

How to Plan Before Coding in GitHub Copilot CLI【/plan】

Use the /plan command in GitHub Copilot CLI to create an implementation plan before writing code, reducing wasted effort and rework.
132 words
|
1 minutes