- Open the terminal
- Run this command to set username
git config --global user.name "yourUserNameHere"
- Run this command to set useremail
git config --global user.email "yourEmailAddressHere"
If you find this post helpful, please feel free to share it
git config --global user.name "yourUserNameHere"
git config --global user.email "yourEmailAddressHere"
If you find this post helpful, please feel free to share it