mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
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:
parent
b04359747f
commit
6f922f4674
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue