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: 0.7.3.1 C:\tools\poshgit\dahlbyk-posh-git-9bda399\src - PowerShell version: 5.1.17134.407 - Git version: 2.19.2.windows.1 - Operating system name and version: Microsoft Windows NT 10.0.17134.0 ### Issue Description Just...

Enhancement
Area-PromptFunction

[**Posh‑Hg**](https://github.com/JeremySkinner/posh-hg) is a PowerShell module, which adds Mercurial integration using **Posh‑Git’s** interface. Unfortunately, @JeremySkinner has abandoned **Posh‑Hg**, and it’s got some compatibility issues with the **Posh‑Git** 1.0.0 beta, so I’m...

Hi, thanks for this great project! I think this small feature will make it even better ;-) I really like git [`@{-N}` syntax](https://stackoverflow.com/questions/7206801/is-there-any-way-to-git-checkout-previous-branch) to checkout last used branches. I thought...

I have a complex `git alias` that I'd like to have tab completion on to fill branch names. The command is as follows: ``` mstage = "!git checkout stage &&...

Enhancement
Area-TabExpansion

### System Details - posh-git version/path: - 0.6.1.20160330 - ~\Documents\WindowsPowerShell\Modules\Posh-Git\posh-git.psm1 - PowerShell version: 5.1.14393.693 - Git version: git version 2.9.0.windows.1 - Operating system name and version: 10.0.14393 N/A Build 14393...

Get-GitConciseStatusFromCache returns the number of files instead of the file path to avoid taking too long for IO under a large number of file changes. ![image](https://user-images.githubusercontent.com/31889177/188446312-4ba6322d-9e9f-40e7-b1ea-316e9ee00c2d.png) [git-status-cache](https://github.com/cmarcusreid/git-status-cache-posh-client)'s pull request is...

### System Details - posh-git version/path: - PowerShell version: 7.2.6 - Git version: 2.37.2.windows.2 - Operating system name and version: Windows 11 ### Issue Description When trying to install posh-git...

I'd suggest automatically fallback to lower performance but stable `Get-GitStatus` when `Get-GitStatusFromCache` failed, instead of totally not working and shows an "CACHE ERROR" here. I suggest so because git-status-cache project...

### System Details - posh-git version/path: 1.1.0 ~\Documents\PowerShell\Modules\posh-git\1.1.0 - PowerShell version: 7.2.6 - git version 2.37.1.windows.1 - OS: Microsoft Windows NT 10.0.22000.0 ### Issue Description This is as much a...