Releases: gluons/powershell-git-aliases
Releases · gluons/powershell-git-aliases
v0.2.0
- Add
Get-Git-Aliases
command to print all aliases' content. (#15)
v0.1.3
- Add
ggl
and ggp
aliases. (#13)
v0.1.2
- Fix space in
gbda
. (#12)
- Fix empty branch name error in
gbda
.
v0.1.0
- Now, command line options that you give to alias will be passed to the full command.
e.g. you can also use git branch --all
via gb --all
.