You'll need a working git
installation. These examples use powershell and the git-tfs package from github.
# by default powershell uses tls 1.0 :-(
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
invoke-webrequest 'https://github.com/git-tfs/git-tfs/releases/download/v0.28.0/GitTfs-0.28.0.zip' -outfile git-tfs.zip
expand-archive git-tfs.zip
set-alias 'git-tfs' "$($pwd.path)\git-tfs\git-tfs.exe"