How do I change the language of Git to English on Linux?

Asked

Viewed 262 times

11

I’m using Git on the Linux terminal (Ubuntu), and it’s in English.

In the master business

Initial submission.

nothing to send (create/copy files and use "git add" to register)

How I can change Git settings from language to English?

  • 1

    Out of curiosity, this gets in the way of something?

  • 1

    it bothers me a little, and as I already understand Portuguese, studying git in English helps me to adapt to terms and etc.

1 answer

11


Change the ~/.bashrc:

alias git='LANG=en_US git'

Browser other questions tagged

You are not signed in. Login or sign up in order to post.