LibGit2

0.10.0

   LibGit2 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 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 i
   LibGit2 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 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.
Show more
The owner has unlisted this package. This could mean that the module is deprecated or shouldn't be used anymore.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name LibGit2 -RequiredVersion 0.10.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name LibGit2 -Version 0.10.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

Copyright 2016 - 2018 WebMD Health Services

Package Details

Author(s)

  • WebMD Health Services

Tags

git vcs rcs automation github gitlab libgit2

Functions

Add-GitItem Compare-GitTree Copy-GitRepository Find-GitRepository Get-GitBranch Get-GitCommit Get-GitRepository Get-GitRepositoryStatus Get-GitTag Merge-GitCommit New-GitBranch New-GitRepository New-GitSignature New-GitTag Receive-GitCommit Remove-GitItem Save-GitChange Send-GitCommit Send-GitObject Set-GitConfiguration Test-GitBranch Test-GitCommit Test-GitIncomingCommit Test-GitOutgoingCommit Test-GitRemoteUri Test-GitTag Test-GitUncommittedChange Update-GitRepository

Dependencies

This module has no dependencies.

Release Notes

# 0.10.0

* Added `Test-GitCommit` function for testing if a commit exists.
* Added `Send-GitObject` function for sending local objects to remote repositories.
* `New-GitRepository` can now create bare repositories. Use the new `Bare` switch.
* `Send-GitCommit` can now setup tracking information so that remote branches are setup to track new local branches. Use the `SetUpstream` switch.
* Fixed: `Save-GitChange` fails when `RepoRoot` parameter is empty and committer information is read from Git's configuration files.

FileList

Version History

Version Downloads Last updated