Skip to content

Releases: gluons/powershell-git-aliases

v0.3.5

03 Jul 11:46
v0.3.5
4f76e6f
Compare
Choose a tag to compare
  • Add gloga. (#30)

v0.3.4

08 Jun 03:08
v0.3.4
bd97870
Compare
Choose a tag to compare

v0.3.3

15 May 08:11
v0.3.3
e1c8efc
Compare
Choose a tag to compare
  • Add gcn!. (#26)

v0.3.2

15 Apr 07:46
v0.3.2
58248b4
Compare
Choose a tag to compare
  • Use $LASTEXITCODE instead of $? for Get-Git-MainBranch. (#25)

v0.3.1

06 Apr 17:26
v0.3.1
dc38df7
Compare
Choose a tag to compare
  • Update gcan! and add gcans! to match latest aliases from Oh My Zsh's git plugin. (#24)

v0.3.0

20 Feb 12:28
v0.3.0
58d7496
Compare
Choose a tag to compare
  • Add Get-Git-MainBranch for getting main branch of current directory. Resolve #21.

    It uses the same process as git_main_branch.

  • Use Get-Git-MainBranch for these aliases instead of master.
    • gbda
    • gcm
    • gmom
    • gmum
    • grbm
    • glum

v0.2.3

13 Jul 18:08
v0.2.3
bd19345
Compare
Choose a tag to compare

v0.2.2

26 May 15:37
v0.2.2
3ddf753
Compare
Choose a tag to compare
  • Add ggfl, gpf and gpf!.

v0.2.1

14 Oct 10:25
v0.2.1
3dfdb7b
Compare
Choose a tag to compare
  • Fix Get-Git-Aliases incorrect result.

v0.2.0

14 Oct 08:55
v0.2.0
da6347c
Compare
Choose a tag to compare
  • Add Get-Git-Aliases command to print all aliases' content. (#15)