File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ Custom PowerShell git aliases and tab completion helpers on top of `posh-git` an
44
55Mainly inspired by: https://github.com/zh30/zsh-shortcut-git
66
7+ ## Breaking Changes (2026-02-19)
8+
9+ - Renamed module: ` GitAliases.Extras ` -> ` git-aliases-extra `
10+ - Renamed manifest/script files:
11+ - ` GitAliases.Extras.psd1 ` -> ` git-aliases-extra.psd1 `
12+ - ` GitAliases.Extras.psm1 ` -> ` git-aliases-extra.psm1 `
13+ - Renamed repository URL:
14+ - ` https://github.com/PhysShell/GitAliases.Extras ` -> ` https://github.com/PhysShell/git-aliases-extra `
15+
16+ Migration steps:
17+
18+ ``` powershell
19+ Remove-Module GitAliases.Extras -ErrorAction SilentlyContinue
20+ Import-Module git-aliases-extra
21+ ```
22+
723## Module installation
824
925Install from PowerShell Gallery:
You can’t perform that action at this time.
0 commit comments