GitAutomation

0.14.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 allo
   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.
Show more

Installation Options

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

Install-Module -Name GitAutomation

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

Install-PSResource -Name GitAutomation

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-GitConfiguration Get-GitRepository Get-GitRepositoryStatus Get-GitTag Merge-GitCommit New-GitBranch New-GitRepository New-GitSignature New-GitTag Receive-GitCommit Remove-GitConfiguration Remove-GitItem Save-GitCommit Send-GitBranch Send-GitCommit Send-GitObject Set-GitConfiguration Sync-GitBranch Test-GitBranch Test-GitCommit Test-GitRemoteUri Test-GitTag Test-GitUncommittedChange Update-GitRepository

Dependencies

This module has no dependencies.

Release Notes

* Added a verbose message to `Remove-GitConfiguration`
* Fixing typo in about_GitAutomation_Installation help topic.
* `Import-GitAutomation.ps1` no longer shows `Import-Module` and `Remove-Module` verbose messages.
* Upgrading to LibGitSharp 0.26.1 (from 0.24.0). GitAutomation now requires .NET Framework 4.6 or later.

FileList

Version History

Version Downloads Last updated
0.14.0 (current version) 61,270 9/30/2019
0.14.0-rc199 31 9/30/2019
0.13.0 404 4/9/2019
0.12.0 391 10/30/2018
0.11.0 119 4/17/2018