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
- Host: GitHub
- URL: https://github.com/shmuelie/objectivegit
- Owner: shmuelie
- License: mit
- Created: 2017-04-03T16:43:33.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T15:42:14.000Z (almost 2 years ago)
- Last Synced: 2026-04-14T07:10:40.650Z (3 months ago)
- Topics: git, powershell, powershell-module
- Language: PowerShell
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ObjectiveGit
*Powershell Git*
[](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
```