Skip to content

Commit 1a80414

Browse files
authored
Update 5-git-hub-copilot-for-the-command-line.md
1 parent e7d274e commit 1a80414

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

learn-pr/github/github-copilot-across-environments/includes/5-git-hub-copilot-for-the-command-line.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This unit covers:
99
* Slash commands and natural language input
1010
* Configuration and options
1111

12-
## Installing and Launching Copilot CLI
12+
## Installing and launching Copilot CLI
1313

1414
Install via **Homebrew** on macOS and Linux:
1515

@@ -53,7 +53,7 @@ copilot -i "explain brew install git"
5353
copilot -i "suggest find large files and delete them"
5454
```
5555

56-
## Common Slash Commands
56+
## Common slash commands
5757

5858
Slash commands are explicit session-control commands. Here are the most common ones:
5959

@@ -74,7 +74,7 @@ Slash commands are explicit session-control commands. Here are the most common o
7474

7575
> Slash commands cannot be replaced with natural language prompts. They are the only way to control session settings and configuration.
7676
77-
## Example Workflows
77+
## Example workflows
7878

7979
### 1. Explain a command
8080

@@ -92,7 +92,7 @@ Copilot will provide a detailed explanation.
9292
> Find and delete all .log files in my home folder
9393
```
9494

95-
Copilot generates a command suggestion, and prompt you to execute it if you're satisfued with its suggestions.
95+
Copilot generates a command suggestion, and prompt you to execute it if you're satisfied with its suggestions.
9696

9797
:::image type="content" source="../media/copilot-cli-suggest-command.png" alt-text="Screenshot of Copilot CLI suggesting a command in interactive mode.":::
9898

@@ -122,7 +122,7 @@ Copilot prompts you to choose the kind of feedback you want to send, then naviga
122122
> /exit
123123
```
124124

125-
## Configuration Options
125+
## Configuration options
126126

127127
In Copilot CLI, configuration is handled via:
128128

@@ -146,7 +146,7 @@ In Copilot CLI, configuration is handled via:
146146

147147
Refer to the [official GitHub Copilot CLI documentation](https://github.com/github/copilot-cli) for full configuration options.
148148

149-
### Tips for Effective Use
149+
### Tips for effective use
150150

151151
* Use **interactive mode (`copilot`)** for exploratory tasks.
152152
* Use **one-shot mode (`copilot -i`)** for quick answers.

0 commit comments

Comments
 (0)