git-aliases-extra

0.1.5

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 Register-GitAliasCompletion

PSEditions

Desktop Core

Dependencies

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

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