Setup

Set the name and email that will be attached to your commits and tags

  • git config --global user.name "Your Username"

  • git config --global user.email "Your Email"

Last updated