mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
copy
This commit is contained in:
parent
c239b7f49c
commit
b4b9e0cf03
1 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,11 @@
|
||||||
# aider is GPT-4 powered coding in your terminal
|
# aider is GPT-4 powered coding in your terminal
|
||||||
|
|
||||||
`aider` is a command-line chat tool that allows you to write and edit
|
`aider` is a command-line chat tool that allows you to write and edit
|
||||||
code with GPT-4 in the terminal. Ask GPT for features, improvements,
|
code with GPT-4 in the terminal. You can ask GPT to help you start
|
||||||
or bug fixes and `aider` will apply the suggested changes to your
|
a new project, or to edit and improve your existing code. `aider` is
|
||||||
source files. Each change is automatically committed to git with a
|
especially useful working with code in a git repo
|
||||||
descriptive commit message.
|
as it will automatically commit each code change with a descriptive commit
|
||||||
|
message.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue