Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Jan 13, 2025
1 parent add2f6f commit de7da1e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions aider/website/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,18 @@ When starting a fresh aider session, you can include recent git history in the c

Remember, the chat history already includes recent changes made during the current session, so this tip is most useful when starting a new aider session and you want to provide context about recent work.

You can also use aider to review PR branches:

```
/run git diff one-branch..another-branch
...
Add 6.9k tokens of command output to the chat? (Y)es/(N)o [Yes]: Yes
/ask Are there any problems with the way this change works with the FooBar class?
```

{: .tip }
The `/git` command will not work for this purpose, as its output is not included in the chat.

Expand Down

0 comments on commit de7da1e

Please sign in to comment.