sudo apt-get install git
Set manually after setup with:
git config --global core.editor "code --wait"
git config --global init.defaultBranch main
git config --global credential.helper wincred
git config --global user.name "myUserName"
git config --global user.email "my.email.address@domain.com"