Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 597 Bytes

Git.Clone-Extension.md

File metadata and controls

38 lines (26 loc) · 597 Bytes

Extensions/Git.Clone.UGit.Extension.ps1

Synopsis

git clone extension


Description

Clones a repository, and returns the result as an object.


Examples

EXAMPLE 1

git clone https://github.com/StartAutomating/ugit.git

Clone a large repo. When --progress is provided, Write-Progress will be called.

git clone https://github.com/Azure/azure-quickstart-templates --progress

Outputs

  • git.clone

Syntax

Extensions/Git.Clone.UGit.Extension.ps1 [<CommonParameters>]