Digital Marketing

Configure Git

Set up your name and email address before starting to work with Git on your computer.

Git attaches this information to your changes and lets others identify which changes are yours.

Run the following commands from the command prompt after installing Git to configure this information:

> git config --global user.name "Tom Lee"

> git config --global user.email "tom@goyun.info"

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database