How to change git user mail?

Hello, I want to change the first mail i type when i install EasyEngine (git config user.email). How can i do it ?

I just have found this command.

git config --global user.email "[email protected]"

Is it right ?

1 Like

@hiepbg

Yes above is the right command. You can update git config for EasyEngine using above command.

Thanks :smiley: