Some common things that trip new Powershell users when working with pipeline output
Powershell has some quirks around text encodings that often trip new users. This post covers the common gotchas.
Some common things that trip up new Powershell users.
In this final part, we look at implementing some basic Git commands like status, add, commit etc using the provider interface.
In this part we look at creating the provider and mounting the default drive at git:\
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.