How to set Git commit User Name and Email address

Set git commit user name
git config --global user.name "FirstName LastName"

Check git commit user name
git config --global user.name

Set git commit email address
git config --global user.email "email@example.com"

Check git commit email address
git config --global user.email

Share on Google Plus

About Penguin Technology

I am a passionate cloud and DevOps professional specializing in Linux and open-source solutions. Through this blog, I share my knowledge and experience with the community, offering tips and insights on cloud technologies and DevOps practices.
    Blogger Comment

0 comments:

Post a Comment