en-US/about_GitAutomation.help.txt
TOPIC
about_GitAutomation SHORT DESCRIPTION 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. SYSTEM REQUIREMENTS PowerShell 4.0+ INSTALLATION See the `about_GitAutomation_Installation` help topic for installation instructions. OVERVIEW SEE ALSO https://github.com/webmd-health-services/GitAutomation about_GitAutomation_Installation |