mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
copy
This commit is contained in:
parent
aafd9f519d
commit
f344d26b3d
1 changed files with 1 additions and 19 deletions
20
README.md
20
README.md
|
@ -4,25 +4,7 @@
|
|||
Ask GPT for features, improvements, or bug fixes and `aider` will directly apply the suggested changes to your source files.
|
||||
Each change is automatically committed to git with a descriptive commit message.
|
||||
|
||||
> macbook$ aider ./hello.py
|
||||
> Added hello.py to the chat
|
||||
|
||||
#### > change from printing hello to goodbye
|
||||
|
||||
Here's how to update the `hello.py` file:
|
||||
|
||||
```python
|
||||
hello.py
|
||||
<<<<<<< ORIGINAL
|
||||
print("hello")
|
||||
=======
|
||||
print("goodbye")
|
||||
>>>>>>> UPDATED
|
||||
```
|
||||
|
||||
> Applied edit to hello.py
|
||||
> Commit d0f91a0 aider: Changed hello.py to print "goodbye".
|
||||
|
||||

|
||||
|
||||
## Example chat transcripts
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue