This commit is contained in:
Paul Gauthier 2023-05-23 20:45:11 -07:00
parent bb08410376
commit 38db2016bd

View file

@ -2,7 +2,7 @@
`aider` is a command-line chat tool that allows you to write and edit
code with GPT-4 in the terminal. You can ask GPT to help you start
a new project, or to add features to your existing code.
a new project, or add features to your existing code.
`aider` is especially useful for working with code in a git repo, as
it will automatically commit GPT's code changes with a descriptive
commit message.