Skip to content

Commit 331ed35

Browse files
authored
fix: omit incorrect slash commands (#36983)
Signed-off-by: Christine <[email protected]>
1 parent bad0ac8 commit 331ed35

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

content/copilot/using-github-copilot/copilot-chat/github-copilot-chat-cheat-sheet.md

-6
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,8 @@ Available slash commands may vary, depending on your environment and the context
2828
| --- | --- |
2929
| `/clear` | Clear conversation. |
3030
| `/delete` | Delete a conversation. |
31-
| `/file` | Retrieves a specific file from the repository by its path. |
32-
| `/help` | Quick reference and basics of using {% data variables.product.prodname_copilot %}. |
3331
| `/new` | Start a new conversation |
3432
| `/rename` | Rename a conversation. |
35-
| `/search` | Performs a search within the repository, including issues, pull requests, and code. |
3633

3734
{% endwebui %}
3835

@@ -145,12 +142,9 @@ Available slash commands may vary, depending on your environment and the context
145142

146143
| Command | Description |
147144
| --- | --- |
148-
| `/clear` | Start a new chat session. |
149145
| `/explain` | Explain how the code in your active editor works. |
150146
| `/fix` | Propose a fix for problems in the selected code. |
151-
| `/fixTestFailure` | Find and fix a failing test. |
152147
| `/help` | Quick reference and basics of using {% data variables.product.prodname_copilot %}. |
153-
| `/new` | Create a new project. |
154148
| `/tests` | Generate unit tests for the selected code. |
155149

156150
## Chat participants

0 commit comments

Comments
 (0)