How to Configure GitHub in local system - Tecnew

Home Ads

How to Configure GitHub in local system

How to Configure GitHub in local system

Share This

 

git config --global user.name "Your name"

git config --global user.email "youremail@gmail.com"

to check your configuration by the below command

git config --list


No comments:

Post a Comment