1st set username using git bash

git config user.name "Abc"

2nd set email using git bash

git config user.email "abc@mail.com"

1st check username using git bash

git config user.name

2nd check email using git bash

git config user.email