repo user name & email set get
git config --global user.name "manoharreddyporeddy"
git config --global user.email "manoharporeddy@outlook.com"
git config --global user.name
< above prints manoharreddyporeddy >
git config --global user.email
< above prints manoharporeddy@outlook.com>