git-aliases-extra

0.1.7

Custom git aliases and robust tab completion helpers for PowerShell.

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name git-aliases-extra

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name git-aliases-extra

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

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

Desktop Core

Dependencies

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

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