NOTES: Setting up git after a fresh install.
Recently I did a fresh install of Ubuntu 20.04 via WSL2 (which i don't love yet but its growing on me), and I had to do the following steps to set git up: 1.Install git (duh!) Im just putting it here for completion sake sudo apt-get update sudo…