Categories /

provider

3 posts in category "provider".

Writing a Git provider for Windows Powershell - Part 3

In this final part, we look at implementing some basic Git commands like status, add, commit etc using the provider interface.

Writing a Git provider for Windows Powershell - Part 2

In this part we look at creating the provider and mounting the default drive at git:\

Writing a Git provider for Windows Powershell - Part 1

In this first part, we will look at setting up the infrastructure required to write a PowerShell provider for Git - creating a snap-in, registering the provider etc.