A Git PowerShell module that exposes LibGit2Sharp objects. This is useful for scripting git repositories via PowerShell.
For interactive use, might I recommend the exceptional posh git instead?
Adds a file or files into the staging area (index) to be committed.
Commits the staged changes.
Lists the branches in a repository.
Displays the status of the repository: the staged changes in the index and the changes in the working directory.
Creates a new Git repository.
Opens a Git repository, returning an object that can be further manipulated with GitPowerShell commands.
Removes a staged change from the index, undoing the changes.
Available under an MIT license. Copyrights are of the respective authors. All rights reserved.