posh-git icon indicating copy to clipboard operation
posh-git copied to clipboard

A PowerShell environment for Git

Results 98 posh-git issues
Sort by recently updated
recently updated
newest added

### System Details - posh-git version/path: n/a - PowerShell version: 7.1.2 - Git version: git version 2.24.1.windows.2 - Operating system name and version: Windows 10 Pro Build 19042.804 ### Issue...

This code can be used for adding help hints to parameters in the tab completion process invoked by pressing Ctrl+Space. (Compare https://github.com/dahlbyk/posh-git/issues/851) - At the moment, it's only working for...

### System Details - posh-git version/path: 1.0.0 ~\OneDrive\Documents\PowerShell\Modules\posh-git\1.0.0 - PowerShell version: 7.2.0 - git version 2.34.1.windows.1 - OS: Microsoft Windows NT 10.0.22000.0 ### Issue Description The `Get-GitStatus` function ignores the...

Up-for-Grabs
Area-GitStatus

The latest version of poshgit available on chocolatey is 0.7.3.1 Is it possible to update the chocolatey package to the latest version?

Chocolatey

I installed posh-git. Now I am having an issue using it. From PowerShell I execute the command 'Import-Module posh-git' and I get the following error ``` Import-Module : File C:\Program...

Waiting-on-Author

### System Details - posh-git version/path: 1.0.0 ~\Documents\PowerShell\Modules\posh-git\1.0.0 - PowerShell version: 7.1.4 - git version 2.33.0.windows.2 - OS: Microsoft Windows NT 10.0.19042.0 ### Issue Description More of a question than...

This is the Chocolatey package install / uninstall files I use which copies the embedded module to the `Program Files\WindowsPowerShell\Modules` folder. The module itself is embedded into the package for...

Chocolatey

Hi @dahlbyk, I've quickly added some script code to improve the code completion with Ctrl+Space: ![image](https://user-images.githubusercontent.com/4572946/113333002-34446200-9322-11eb-8bf3-adf2015667ec.png) Basically it parses the output from `git -h` and adds hints: - for parameters...

### System Details - posh-git version/path: `1.0.0 {userPath}\Documents\PowerShell\Modules\posh-git\1.0.0` - PowerShell version: `7.1.3` hosted in Windows Terminal version: `1.6.10571.0` - git version: `2.29.2.windows.2` - OS: `Microsoft Windows NT 10.0.19042.0` ### Issue...

- PowerShell version: 5.1.19041.610 - git version 2.30.0.windows.2 - OS: Microsoft Windows NT 10.0.19042.0 I'm lacking the way to disable git status presentation for selected repositories. I have several huge...