{"id":20040737,"url":"https://github.com/poshcode/psgit","last_synced_at":"2026-03-17T15:31:06.602Z","repository":{"id":31035041,"uuid":"34593642","full_name":"PoshCode/PSGit","owner":"PoshCode","description":"A PowerShell implementation of Git, mapping git commands to Verb-Noun and objects.","archived":false,"fork":false,"pushed_at":"2019-03-09T21:27:34.000Z","size":255,"stargazers_count":107,"open_issues_count":28,"forks_count":15,"subscribers_count":23,"default_branch":"dev","last_synced_at":"2025-06-04T12:04:29.041Z","etag":null,"topics":["git","powershell"],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PoshCode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-26T01:43:59.000Z","updated_at":"2025-03-08T13:12:03.000Z","dependencies_parsed_at":"2022-08-24T12:10:32.067Z","dependency_job_id":null,"html_url":"https://github.com/PoshCode/PSGit","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/PoshCode/PSGit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoshCode%2FPSGit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoshCode%2FPSGit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoshCode%2FPSGit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoshCode%2FPSGit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PoshCode","download_url":"https://codeload.github.com/PoshCode/PSGit/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoshCode%2FPSGit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30626814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T14:16:03.965Z","status":"ssl_error","status_checked_at":"2026-03-17T14:16:03.380Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git","powershell"],"created_at":"2024-11-13T10:43:34.389Z","updated_at":"2026-03-17T15:31:06.541Z","avatar_url":"https://github.com/PoshCode.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PSGit\n\n[![powershellgallery](https://img.shields.io/powershellgallery/v/PSGit.svg)](https://www.powershellgallery.com/packages/PSGit)\n[![downloads](https://img.shields.io/powershellgallery/dt/PSGit.svg?label=downloads)](https://www.powershellgallery.com/packages/PSGit)\n[![build](https://ci.appveyor.com/api/projects/status/42a7ng63t0q7ba7e/branch/master?svg=true)](https://ci.appveyor.com/project/PoshCode/PSGit)\n[![codecov](https://codecov.io/gh/PoshCode/PSGit/branch/master/graph/badge.svg)](https://codecov.io/gh/PoshCode/PSGit)\n\nA task-based, object-oriented, pipeline-focused implementation of git, providing a new command-line interface in PowerShell functions.\n\n## Installation\n\nInstall it from PowerShell Gallery:\n\n```powershell\nInstall-Module PSGit\n```\n\n## Status\n\nThe current `master` branch has reached the point where it's sufficient to replace my use of `posh-git` (for building prompts), but doesn't yet have anything like a `write-vcsstatus` for default prompt output.\n\nOur intent is to take full advantage of the object Pipeline and create task-based commands following the verb-noun syntax of PowerShell.  The [Command Proposals](https://github.com/PoshCode/PSGit/wiki/Command-Proposals) are a list of the commands we probably need to implement, and how they map to `git` commands.\n\n## Secondary Goals\n\nWe're also using this project as a way to test out a process of co-working and doing TDD in PowerShell projects -- we'll have one or two people writing specs and tests and we'll be asking other people to implement the commands to pass the tests.\n\nTherefore, we want you to [get involved](CONTRIBUTING.md)!\n\n## Detailed current project build status\n\nBuild      | Status | Coverage \n---------- | ------ | --------\n**master** | [![master status](https://ci.appveyor.com/api/projects/status/42a7ng63t0q7ba7e/branch/master?svg=true)](https://ci.appveyor.com/project/Jaykul/psgit/branch/master) | [![codecov.io](http://codecov.io/github/PoshCode/PSGit/coverage.svg?branch=master)](http://codecov.io/github/PoshCode/PSGit?branch=master)\n**dev**    | [![dev status](https://ci.appveyor.com/api/projects/status/42a7ng63t0q7ba7e/branch/dev?svg=true)](https://ci.appveyor.com/project/Jaykul/psgit/branch/dev) | [![codecov.io](http://codecov.io/github/PoshCode/PSGit/coverage.svg?branch=dev)](http://codecov.io/github/PoshCode/PSGit?branch=dev)\n\nTask Board: [![Stories in Ready](https://badge.waffle.io/poshcode/psgit.png?label=ready\u0026title=Ready)](https://waffle.io/poshcode/psgit)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposhcode%2Fpsgit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fposhcode%2Fpsgit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposhcode%2Fpsgit/lists"}