I'm using Git on the Linux terminal (Ubuntu), and it's in Portuguese.
In the master branch
Initial Submission.
nothing to send (create / copy files and use "git add" to register)
How do I change the language settings for English?
I'm using Git on the Linux terminal (Ubuntu), and it's in Portuguese.
In the master branch
Initial Submission.
nothing to send (create / copy files and use "git add" to register)
How do I change the language settings for English?
Change ~/.bashrc
:
alias git='LANG=en_US git'