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

* Tab completion for the `sparse-checkout` command. * Tab completion for the subcommands of `sparse-checkout` and their parameters. * Addresses #766

Add untracked and gone branch color support

The git manual page also states the "--" are optional for git checkout: > `git checkout [-f|--ours|--theirs|-m|--conflict=] [] [--] …​` https://git-scm.com/docs/git-checkout The path expansion for git reset does also work...

* Tab completion for `clone` parameters that support partial clones. * `--filter=` for "blobless" and "treeless" clones. * `--sparse` to employ a sparse-checkout, with only files in the top-level directory...

### System Details - posh-git version/path: 1.1.0 ~\Documents\PowerShell\Modules\posh-git\1.1.0 - PowerShell version: 7.2.5 - git version 2.35.1.windows.2 - OS: Microsoft Windows NT 10.0.22000.0 ### Issue Description [posh-git has a compatibility issue...

This PR resolves feature request https://github.com/dahlbyk/posh-git/issues/781 more so than PR #908. This PR utilizes PowerShell's [enum flags](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_enum?view=powershell-7.2#enumerations-as-flags) for positioning the remote name relative to the branch name. I'm not sure...

I became irritated by this rule showing up for functions like New-GitPromptSettings. Instead of refactoring all similar methods when the noun seems just fine or refactoring so that each function...

### System Details - posh-git version/path: 1.1.0 ~\Documents\PowerShell\Modules\posh-git\1.1.0 - PowerShell version: 7.2.4 - git version 2.27.0.windows.1 - OS: Microsoft Windows NT 10.0.22621.0 ### Issue Description When I set $GitPromptSettings.BranchAheadStatusSymbol, a...

### System Details - posh-git version/path: 1.1.0 - PowerShell version: 5.1 - Git version: 2.35.1.windows.2 - Operating system name and version: Windows 10 ### Issue Description I'm importing the posh-git...

### System Details - posh-git version/path: 1.1.0 C:\Program Files\WindowsPowerShell\Modules\posh-git\1.1.0 - PowerShell version: 5.1.19041.1320 - git version 2.28.0.windows.1 - OS: Microsoft Windows NT 10.0.19041.0 ### Issue Description After installing the latest...