A small script that clones a Git repository to a target directory without requiring a complete installation of Git.
This is a helper script for Scoop, the Windows command-line installer.
.\gitcloner.ps1 -Repository 'https://github.com/<user>/<repo>/' -Directory '.\test-repo'