PSGit icon indicating copy to clipboard operation
PSGit copied to clipboard

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

Results 28 PSGit issues
Sort by recently updated
recently updated
newest added

What do you think of this? ![psgit](https://cloud.githubusercontent.com/assets/192942/7665059/ca092fec-fb74-11e4-9aaa-36a4eee14001.png)

in progress

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

bug
help wanted

``` > 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...

bug
external

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.

in progress

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

![capture](https://cloud.githubusercontent.com/assets/10100995/22994364/9e93af24-f3be-11e6-9b0b-10a9a7987703.PNG) 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...

bug
enhancement

Before we can do anything else, we have to add changes to the current index. How should this behave? Should it add \* by default?

new cmdlet
writing spec

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`

new cmdlet
writing spec