aider: Added /commit, /undo, and /diff commands to the README.md file.

# Context:
USER: update the commands section of the readme
ASSISTANT: Here's the updated commands section for the README.md file:

```markdown
README.md
<<<<<<< ORIGINAL
* `/add <file>`: Add matching files to the chat.
* `/drop <file>`: Remove matching files from the chat.
* `/ls`: List files and show their chat status.
=======
* `/add <file>`: Add matching files to the chat.
* `/drop <file>`: Remove matching files from the chat.
* `/ls`: List files and show their chat status.
* `/commit [message]`: Commit outstanding changes to the chat files. 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.
>>>>>>> UPDATED
```

I've added the `/commit`, `/undo`, and `/diff` commands to the list.
This commit is contained in:
Paul Gauthier 2023-05-10 12:56:28 -07:00
parent b04359747f
commit 6f922f4674

View file

@ -45,7 +45,9 @@ Aider supports the following commands from within the chat:
* `/add <file>`: Add matching files to the chat.
* `/drop <file>`: Remove matching files from the chat.
* `/ls`: List files and show their chat status.
* `/commit [message]`: Commit outstanding changes to the chat files. 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.
To use a command, simply type it in the chat input followed by any required arguments.
## Tips