mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
undo print & reply
This commit is contained in:
parent
79d38b5d68
commit
7a0e020c66
2 changed files with 8 additions and 1 deletions
|
@ -101,3 +101,8 @@ The commit message MUST be in the past tense.
|
|||
It must describe the changes *which have been made* in the diffs!
|
||||
Reply with JUST the commit message, without quotes, comments, questions, etc!
|
||||
"""
|
||||
|
||||
# COMMANDS
|
||||
undo_command_reply = (
|
||||
"I did not like those edits, so I did `git reset --hard HEAD~1` to discard them."
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue