From 86ba5c778c05b50021f910673d80f776cd3eccac Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 10 May 2023 22:50:25 -0700 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f914f8fb4..300d6cce9 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Aider supports the following commands from within the chat: * `/add `: Add matching files to the chat session. * `/drop `: Remove matching files from the chat session. * `/ls`: List all known files and those included in the chat session. -* `/commit [message]`: Commit outstanding changes to the chat session files. Aider will provide a commit message if you don't. +* `/commit [message]`: Commit outstanding changes to the chat session files. Use this to commit edits you made outside the chat, with your editor or git commands. Aider will provide a commit message if you don't. * `/undo`: Undo the last git commit if it was done by aider. * `/diff`: Display the diff of the last aider commit.