From 7ad7dd5b0a02817474bb7ada6bfb997da9b20266 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:01:14 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 33d0ec9c8cd..4e3d2833cb8 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,7 @@ Aider is a command line tool that lets you pair program with GPT-3.5/GPT-4, to edit code stored in your local git repository. You can start a new project or work with an existing repo. -And you can fluidly switch back and forth between the aider chat where you ask -GPT to edit the code and your own editor to make changes yourself. -Aider makes sure edits from you and GPT are +Aider makes sure edits from GPT are [committed to git](https://aider.chat/docs/faq.html#how-does-aider-use-git) with sensible commit messages. Aider is unique in that it [works well with pre-existing, larger codebases](https://aider.chat/docs/repomap.html).