News

Configure git: $ git config --global user.name "Mona Lisa" $ git config --global user.email "[email protected]" Confirm that you have set the Git username correctly: $ git config --global user.name Mona ...