PSGit
PSGit copied to clipboard
A PowerShell implementation of Git, mapping git commands to Verb-Noun and objects.
What do you think of this? 
Can we rename all the commands with the prefix "Git"? f.e.: `Get-GitBranch` instead of `Get-Branch` - or - `New-GitRemote` instead of `New-Remote`? I think that is more like the PowerShell...
``` > Import-Module PSGit Import-Module : Exception calling "EnableVirtualTerminalProcessing" with "0" argument(s): "The type initializer for 'PoshCode.Pansies.Console.WindowsHelper' threw an exception." At line:1 char:1 + Import-Module PSGit + ~~~~~~~~~~~~~~~~~~~ + CategoryInfo...
Here's the updated version of the feature file for Add-Change. I re-did the scenarios using tabular form, and added a few more. Some addressing common params are still missing (e.g....
clean branch with GCI proxy in it. cant provide full CC because of the nature of proxy functions.
I (sadly) have to work with SVN repositories at work and having the svn command work would be awesome. Has any though been put into them? Would there be any...
 the file `ignored` is ignored by `.gitignore` by there is no reflection of that. It would be nicer if you can make a property called ignored to keep track...
Before we can do anything else, we have to add changes to the current index. How should this behave? Should it add \* by default?
Hi there, I did manage to create some functions to mimic the GIT functions. but i cannot write functions that need authentication. i do not know how to translate the...
This is basically the branch/remote status part of `git status`