git-aliases-extra
0.1.7
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 Get-BranchesNotMergedToDevelop Get-BranchesNotMergedToDevelopSinceDate Get-BranchesNotMergedToDevelopDetails gbnmd gbnmdr gbnmdi gbsc Register-GitAliasCompletion
PSEditions
Dependencies
-
- git-aliases (>= 0.3.8)
- posh-git (>= 1.1.0)
Release Notes
### Added
- Enhanced not-merged branch inspection:
- `Get-BranchesNotMergedToDevelopDetails` with author, unique-commit count, insertion/deletion stats, changed-file count, and truncated changed-file preview.
- `gbnmdi` interactive browser (arrow-key navigation + Enter selection) with detail views:
- `Commits` (default)
- `Changes` (diff stat + name-status)
- `Patch` (full patch output)
- Extended `gbnmd` and `gbnmdr` with:
- `-Detailed`
- `-Interactive`
- `-View Commits|Changes|Patch`
- optional date filters: `-Since`, `-LastDays`
- Integration test coverage for detailed not-merged branch output and branch-stability checks (current branch remains unchanged).
### Changed
- Not-merged branch data collection now keeps stable ref metadata (`Ref`, `BaseRef`) to support richer visual inspection without branch switching.
- README expanded with interactive usage and enriched table examples for `gbnmd`/`gbnmdr`/`gbnmdi`.
### Fixed
- Windows PowerShell 5.1 import compatibility for BOM-less module sources:
- mojibake detection now uses ASCII-only Unicode escape sequences in regex literals;
- the module source remains ASCII-only to avoid ANSI parsing regressions.
- `PSScriptAnalyzer` warning cleanup for `Convert-FromGitMojibake` by replacing an empty catch block with verbose diagnostic output.
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.7 (current version) | 7 | 4/20/2026 |
| 0.1.5 | 14 | 3/4/2026 |
| 0.1.4 | 11 | 2/20/2026 |
| 0.1.0 | 5 | 2/19/2026 |