-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Joseph Larionov edited this page Feb 5, 2019
·
2 revisions
GitAutomation is a PowerShell module for working with Git repositories. You can use it to create, clone, query, push, pull, commit, and even more with Git repositories.
This module uses LibGit2Sharp, the .NET wrapper of libgit2, "a portable, pure C implementation of... Git", which allows you to call Git via API instead using the Git command line interface.