git-aliases-extra
0.1.5
Custom git aliases and robust tab completion helpers for PowerShell.
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
Copyright (c) PhysShell 2026.
Package Details
Author(s)
- PhysShell
Tags
git aliases completion posh-git powershell worktree
Functions
Test-InGitRepo Test-GitInProgress Test-WorkingTreeClean Get-CurrentBranch Test-GitRefExists Get-Git-Aliases UpMerge UpRebase gapt gcor gdct gdt gdnolock gdv gfo gwt gwta gwtl gwtm gwtr gwtp glp gmtl gmtlvim gtv gtl gwip gunwip grsh gccd grl ghash gfp gsw gswc Register-GitAliasCompletion
PSEditions
Dependencies
-
- git-aliases (>= 0.3.8)
- posh-git (>= 1.1.0)
Release Notes
### Changed
- Branch completion now supports both match strategies:
- priority 1: branch names that start with the typed fragment (`StartsWith`);
- priority 2: branch names that contain the typed fragment anywhere (`Contains`).
- `gsw` and other branch-oriented alias completions now use the same prioritized branch selection, including native-completion delegation paths.
### Added
- Integration test coverage for branch completion ordering to verify that `StartsWith` results are listed before `Contains` results.
FileList
- git-aliases-extra.nuspec
- CHANGELOG.md
- LICENSE
- README.md
- assets\icon.png
- git-aliases-extra.psd1
- git-aliases-extra.psm1
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 0.1.5 (current version) | 3 | 3/4/2026 |
| 0.1.4 | 10 | 2/20/2026 |
| 0.1.0 | 4 | 2/19/2026 |