githup git comand configer code example
Example 1: git set email and name for repo
# For setting inside project folder
git config user.name "Neeraj Singh"
git config user.email '[email protected]'
Example 2: how to set up git user
$ git config --global user.name "Mona Lisa"