ScoopInstaller / GitCloner

A small helper script that clones a Git repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

A small helper script that clones a Git repository

License:MIT License


Languages

Language:PowerShell 100.0%