Where to find logs of failed commits? #1892
Answered
by
CKolkey
another32m2
asked this question in
Q&A
-
|
For some reason my commits fail when commiting with neogit. I'm using lefthook for pre-commit operations, so it would be useful if I could look at the logs and see exactly why it failed. |
Beta Was this translation helpful? Give feedback.
Answered by
CKolkey
Feb 5, 2026
Replies: 1 comment
-
|
If you hit Hope that helps |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
another32m2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you hit
$it'll bring up the git console - tab to unfold the entries. Fwiw I also use lefthook a lot, so I can say that it can work :)Hope that helps