GitAutomation 0.11.0
dotnet add package GitAutomation --version 0.11.0
NuGet\Install-Package GitAutomation -Version 0.11.0
<PackageReference Include="GitAutomation" Version="0.11.0" />
<PackageVersion Include="GitAutomation" Version="0.11.0" />
<PackageReference Include="GitAutomation" />
paket add GitAutomation --version 0.11.0
#r "nuget: GitAutomation, 0.11.0"
#:package GitAutomation@0.11.0
#addin nuget:?package=GitAutomation&version=0.11.0
#tool nuget:?package=GitAutomation&version=0.11.0
GitAutomation is a PowerShell module for working with Git repositories. You can use it to create, clone, query, push to, pull from, and commit to Git repositories.
This module uses [LibGit2Sharp](https://github.com/libgit2/libgit2sharp), the .NET wrapper of [libgit2](https://libgit2.github.com/), "a portable, pure C implementation of... Git", which allows you to call Git via API instead using the Git command line interface.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|
* `Update-GitRepository` now supports checking out branches that exist at the remote origin, but don't yet exist locally.