Importance of Username and Global Name
A username and global name are important in Git as they are used to identify the c
It is recommended to set a global username and email using the followin
git config --global user.name "Your Name"
git config --global user.email ""