Configure user.name and user.name in git

 You typically configure your global username and email address after installing Git.
...
To set your global username/email configuration:

  1. Open the command line.
  2. Set your username: git config --global user.name "FIRST_NAME LAST_NAME"
  3. Set your email address: git config --global user.email "MY_NAME@example.com"

Comments

Popular posts from this blog

How Things Used To Be

Controversial programming opinions

Some lesser-known truths about programming