Pre-configured desktop
Configure on your desktop following:
- Your Name
- Your Email address
- Default Branch name
# config name
git config --global user.name "JG"
# config email
git config --global user.email Jg@newname.com
# configure branch name
git config --global init.default branch main