xxxxxxxxxx
git config --global user.name "fname lname"
git config --global user.email "example@gmail.com"
git config --global user.password "secret"
xxxxxxxxxx
# Configure the Global Git username
git config --global user.name "Your Name"
# Configure the Global Git email
git config --global user.email "your.email@example.com"
# Set Git to use the helper to save the credentials
git config --global credential.helper store
xxxxxxxxxx
git config --global user.name "imrancs058"
git config --global user.email "imrancs058@yahoo.com"
xxxxxxxxxx
git config --global user.name "mrizwanashiq"
git config --global user.email "mrizwanashiq@outlook"