· software
I left Windows for Ubuntu. Here’s everything I configured and what I learned
Git bash sudo apt install git bash git config --global user.name 'your_name' git config --global user.email 'your_email' Check configuration: bash git config -...