-
l would like typos to check a temporary git log file before I make the commit. |
Beta Was this translation helpful? Give feedback.
Answered by
epage
Jul 19, 2025
Replies: 2 comments
-
You can run |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bradbell
-
I tried
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can run
typos .git/EDIT
or pipe the file in withtypos -
. Are you running into a problem with one of these?