From 835dc07b9962bb3693106c386c804ffb37e9d152 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Sun, 28 May 2023 15:02:04 -0700 Subject: [PATCH 1/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 173b46ba5..280e33459 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ `aider` is a command-line chat tool that allows you to write and edit code with GPT-4. You can ask GPT to help you start a new project, or code against your existing git repo. -Aider has features to help GPT -[understand and modify larger code bases](https://aider.chat/docs/ctags.html) +Aider has features to +[help GPT understand and modify larger codebases](https://aider.chat/docs/ctags.html) and easily commit, diff & undo changes proposed by GPT. ![aider screenshot](assets/screenshot.gif) From 91ee78ed5d8e4b25eca3d07254318d2265b136e1 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Sun, 28 May 2023 17:45:15 -0700 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 280e33459..94ba7a3c4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ `aider` is a command-line chat tool that allows you to write and edit code with GPT-4. You can ask GPT to help you start -a new project, or code against your existing git repo. +a new project, or modify your existing git repo. Aider has features to [help GPT understand and modify larger codebases](https://aider.chat/docs/ctags.html) and easily commit, diff & undo changes proposed by GPT. From 7e2e03fc987e0a6f1491c3e8b9c297bce9443dbb Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Sun, 28 May 2023 17:45:42 -0700 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94ba7a3c4..8580ca0bd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ `aider` is a command-line chat tool that allows you to write and edit code with GPT-4. You can ask GPT to help you start -a new project, or modify your existing git repo. +a new project, or modify code in your existing git repo. Aider has features to [help GPT understand and modify larger codebases](https://aider.chat/docs/ctags.html) and easily commit, diff & undo changes proposed by GPT. From 563051f4360aee59108223fb64f6cda43798be00 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Sun, 28 May 2023 20:14:44 -0700 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8580ca0bd..2593d7134 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ code with GPT-4. You can ask GPT to help you start a new project, or modify code in your existing git repo. Aider has features to [help GPT understand and modify larger codebases](https://aider.chat/docs/ctags.html) -and easily commit, diff & undo changes proposed by GPT. +and easily git commit, diff & undo changes proposed by GPT. ![aider screenshot](assets/screenshot.gif)