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
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