Campus-Advisors / Module-0-Welcome

Module 0 for Campus Advisors
MIT License
3 stars 0 forks source link

Setting user.name #3

Open gosnmic opened 5 years ago

gosnmic commented 5 years ago

It appears setting the user.name also requires the --global flag but somehow got missed in the README (could be a little confusing for those first starting out).

logankilpatrick commented 5 years ago

This is resolved and can be closed!

$ git config --global user.name "FirstName LastName"
$ git config --global user.email "email@example.com"