You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User: who was the last to commit on this repo?
Assistant: To find out who made the last commit in this repository, we can use the `git log` command. Let's execute it to get the information. User: ok
Assistant: Let's run the following command to find out the author of the last commit:
```shell
git log -1 --pretty=format:"%an"
Preview
git log -1 --pretty=format:"%an"
Run command? [Y/n/c/e/?] y
Jeremy PottonSystem:
Ran command: git log -1 --pretty=format:"%an"
Ask the gptme to "who commits in this repo?" when in a git repo directory, and it asks to run command:
It then waits indefinately and never returns a result. It should return something like:
The text was updated successfully, but these errors were encountered: