How to set git author namd and email address

Setup git author name and email address

Set Git Author name 
git config --global user.name "FIRST_NAME LAST_NAME"


Set Git Email address
git config --global user.email "MY_NAME@example.com"

Run command to check author name and email address
git config --list
Share on Google Plus

About Md. Shahzad Alam

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