Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 332 Bytes

File metadata and controls

11 lines (7 loc) · 332 Bytes

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'