From 5c066250c6a8903a29f5e73a9d4c240849a0ca79 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 28 Jul 2024 07:34:23 -0300 Subject: [PATCH] copy --- aider/website/docs/git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/docs/git.md b/aider/website/docs/git.md index 36b238831..994cc6d41 100644 --- a/aider/website/docs/git.md +++ b/aider/website/docs/git.md @@ -9,7 +9,7 @@ description: Aider is tightly integrated with git. Aider works best with code that is part of a git repo. Aider is tightly integrated with git, which makes it easy to: - - Use git to undo any aider changes that you don't like + - Use the `/undo` command to instantly undo and AI changes that you don't like. - Go back in the git history to review the changes that aider made to your code - Manage a series of aider's changes on a git branch