LibGit2

0.3.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 interface
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.3.0

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

Install-PSResource -Name LibGit2 -Version 0.3.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 Aaron Jensen

Package Details

Author(s)

  • Aaron Jensen

Tags

git vcs rcs automation github gitlab libgit2

Functions

Add-GitItem Copy-GitRepository Find-GitRepository Get-GitBranch Get-GitCommit Get-GitRepository Get-GitRepositoryStatus Get-GitTag New-GitBranch New-GitRepository New-GitTag Receive-GitCommit Save-GitChange Set-GitConfiguration Test-GitBranch Test-GitIncomingCommit Test-GitOutgoingCommit Test-GitRemoteUri Test-GitTag Test-GitUncommittedChange Update-GitRepository

Dependencies

This module has no dependencies.

Release Notes

* Added `Get-GitCommit` function for getting commits.
* Added `Test-GitOutgoingCommit` function for checking if there are outgoing changes.
* Added `Test-GitUncommmittedChange` function for checking if there are any uncommitted changes in a repository.
* Added `Receive-GitCommit` function for pulling/fetching changes into a repository from a remote repository.
* Added `Test-GitRemoteUri` function for testing if a URI points to a Git repository.
* Added `Test-GitIncomingCommit` function for testing if there are incoming/unpulled/unfetched commits.
* Added `Get-GitBranch` function for getting the branches in a repository.
* Added `New-GitBranch` function for creating a new branch in a repository.
* Added `Test-GitBranch` function for testing if a branch exists in a repository.
* Added `Get-GitTag` function for getting the tags in a repository.
* Added `New-GitTag` function for creating tags in a repository.
* Added `Test-GitTag` function for testing if a tag exists in a repository.
* Added `Update-GitRepository` for updating a repository to a commit, branch, tag, etc, i.e. for checking out a specific commit.

FileList

Version History

Version Downloads Last updated