#Script that installs git on windows. Borrowed heavily from https://github.com/PowerShell/vscode-powershell/blob/develop/scripts/Install-VSCode.ps1 #To install or update git, run Install-Script Install-Git; Install-Git.ps1