Setup git commit username and email address

Set git user name 
git config --global user.name "firstname Lastname"


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


Setup/add github remote url
git remote add origin git@github.com:username/reponame.git

Or,
git remote add origin https://github.com/username/reponame.git

Verify github remote url
git remote -v
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