Skip to content

A small helper script that clones a Git repository

License

Notifications You must be signed in to change notification settings

ScoopInstaller/GitCloner

Repository files navigation

GitCloner

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.

Usage

.\gitcloner.ps1 -Repository 'https://github.com/<user>/<repo>/' -Directory '.\test-repo'