An open API service indexing awesome lists of open source software.

https://github.com/shmuelie/objectivegit

Powershell Git
https://github.com/shmuelie/objectivegit

git powershell powershell-module

Last synced: 2 months ago
JSON representation

Powershell Git

Awesome Lists containing this project

README

          

# ObjectiveGit

*Powershell Git*

[![PowerShell Gallery](https://img.shields.io/badge/PowerShell%20Gallery-1.7-blue.svg)](https://www.powershellgallery.com/packages/ObjectiveGit/)

GIT commands, PowerShell style!

Uses the GIT CLI for broadest support.

## Install

``` powershell
PS> Install-Module -Name ObjectiveGit
```

### Inspect

``` powershell
PS> Save-Module -Name ObjectiveGit -Path
```