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.0.0-beta4` @ `$PROFILE/Modules/posh-git/1.0.0` - PowerShell version: `7.1.0 Core` - Git version: `2.29.2.windows.2` - Operating system name and version: Microsoft Windows NT 10.0.18363.0 ### Issue...

`master` AppVeyor build has been [failing](https://ci.appveyor.com/project/dahlbyk/posh-git/builds/35992424) since #757 was [merged](https://ci.appveyor.com/project/dahlbyk/posh-git/builds/33218289) with the following: > You are using Legacy parameter set that adapts Pester 5 syntax to Pester 4 syntax. This...

Two edge cases not considered by original implementation (#720): 1. If the current repo is bare, returns its parent directory. 2. `Get-GitDirectory` inside a worktree currently returns the path to...

Up-for-Grabs
Area-PromptFunction

### System Details - posh-git version/path: 1.0 - PowerShell version: 5/7 - Git version: 2.26 - Operating system name and version: Win10 ### Issue Description tl;dr I couldn't get posh-git...

Related: #692 This targets the `master` branch. It creates the module in an `out` folder by copying the content of the `src` folder into it first and then merging the...

First of all thank you for this very useful and well done project! If I execute a script with this strict mode enabled: ```powershell Set-StrictMode -Version Latest ``` **posh-git** prompt...

I can uninstall PowerShellGet\Uninstall-Module posh-git -AllowPrerelease -Force But there is no command `Remove-PoshGitToProfile`, so this need to be manual...

![image](https://user-images.githubusercontent.com/11215634/82906603-1981be00-9f98-11ea-9bd8-e747696bcbd7.png) ### System Details - posh-git version/path: 0.7 - PowerShell version: 5.1.19631.1 - Git version: 2.18.0.windows.1 - Operating system name and version: windows 10 2004 ### Issue Description As the...

Would be nice to add support for `git sparse-checkout` command(s) cf - https://github.blog/2020-01-17-bring-your-monorepo-down-to-size-with-sparse-checkout/ - https://git-scm.com/docs/git-sparse-checkout

Up-for-Grabs
Area-TabExpansion