From 26b26bc5e501acd48433b996b9a882a63cd8eef2 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 23 May 2023 07:19:01 -0700 Subject: [PATCH] copy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eafe9cfca..68d33ff57 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,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 edit and improve your existing code. `aider` is -especially useful working with code in a git repo +especially useful for working with code in a git repo as it will automatically commit each code change with a descriptive commit message.