How to change my Git username in terminal?

git config --global user.name "brixxt27";
git config --global user.email "[email protected]"