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: 1.1.0 ~\Documents\PowerShell\Modules\Posh-Git\1.1.0 - PowerShell version: 7.3.1 - git version 2.39.0.windows.2 - OS: Microsoft Windows NT 10.0.19044.0 ### Issue Description git ls-remote won't autocomplete, other...

Not sure if this is a welcome suggestion, or completely out-of-scope for this project, but here goes: [PSReadLine](https://github.com/PowerShell/PSReadLine) (another popular powershell module) now allows the registration of "completion providers", which...

### System Details - posh-git version/path: Version: v1.1.0 Path: %Documents%\PowerShell\Modules\posh-git\src - PowerShell version: 7.3.0 - Git version: NA - Operating system name and version: Windows 10 Pro 10.0.19045 ### Issue...

### System Details - posh-git version/path: 1.1.0 (and older) - PowerShell version: 7.2.6 - Git version: 2.37.2.windows.2 - Operating system name and version: Windows 10 Pro 19044.2006 ### Issue Description...

During installation I struck this: ``` Add-PoshGitToProfile -AllHosts​​​​​​​ Test-Path : Cannot bind argument to parameter 'LiteralPath' because it is an empty string. At C:\Users\64211\Documents\WindowsPowerShell\Modules\posh-git\1.1.0\Utils.ps1:208 char:34 + if (!(Test-Path -LiteralPath $profileDir))...

Port of https://github.com/dahlbyk/posh-git/pull/699. This does drop -ErrorAction Ignore as unnecessary. It further adds [0] to full name parent directory for bin / usr lookup of ssh location as the lookup...

Added --force-if-includes option into tab expansion for push.

### System Details - posh-git version/path: "C:\Users\\Documents\WindowsPowerShell\Modules\posh-git\1.1.0" - PowerShell version: 5.1.22621.2506 - Git version: git version 2.45.0.vfs.0.0 - Operating system name and version: Windows 11 - 23H2 Build 22631.3296 ###...