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?
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?
11
Change the ~/.bashrc
:
alias git='LANG=en_US git'
Thanks mustache, it worked.
Browser other questions tagged linux git
You are not signed in. Login or sign up in order to post.
Out of curiosity, this gets in the way of something?
– Guilherme Nascimento
it bothers me a little, and as I already understand Portuguese, studying git in English helps me to adapt to terms and etc.
– Nicolas Guilherme Matheus