git config --global user.email "[email protected]" git config --global user.name "Your Name" to set your account's default identity.
Example: configure git username and email
git config --global user.name "Your Name"git config --global user.email "[email protected]"