git config --global --edit # It will open git config file and you can make necessary changes
git config --global user.name "pseudo" git config --global user.email "email@test.com" git config --global user.password "password"