I’d like to change the language of git (to English) in my Linux installation without changing the language for other programs and couldn’t find the settings. How to do it?>
Run LC_MESSAGES=C git, not LC_ALL=C or LANG=C and no need delete or rename files.
LC_MESSAGES=C git
This command change output Git messages to english.