Skip to content
/ PSGit Public
forked from PoshCode/PSGit

A PowerShell implementation of Git, mapping git commands to Verb-Noun and objects.

Notifications You must be signed in to change notification settings

cmurczek/PSGit

 
 

Repository files navigation

PSGit

A PowerShell implementation of Git, providing a new command-line interface and object pipeline.

The 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 are a list of the commands we probably need to implement, and how they map to git commands.

Secondary Goals

We'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.

Therefore, we want you to get involved!

Current project build status

Build Status Coverage
master master status codecov.io
dev dev status codecov.io

Task Board: Stories in Ready

About

A PowerShell implementation of Git, mapping git commands to Verb-Noun and objects.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 78.2%
  • Gherkin 21.8%