Skip to content

Releases: custom-git/custom-git-bash

v0.6.3

04 Oct 19:16
Compare
Choose a tag to compare

10 August 2021

Feature

  • gcommit: sorted the .gitcommitscopes file on creation of a new commit scope (63e090c)

v0.6.2

04 Oct 19:15
Compare
Choose a tag to compare

7 August 2021

Bug Fixes

  • gcommit: avoided creating .gitcommitscopes file beforehand (026b80c)
  • init: corrected the path custom-git's HOME directory (39c5e02)

v0.6.1

04 Oct 19:15
Compare
Choose a tag to compare

2 August 2021

Features

  • gcommit: multiple new commit scopes can be added one after the other (577d1bd)
  • gbranchout: made branch type optional 8a96882`

v0.6.0

04 Oct 19:14
Compare
Choose a tag to compare

1 August 2021

Feature

  • new-command: gbranchout - creats new branches with formatted names (b366fab)

v0.5.6

04 Oct 19:14
Compare
Choose a tag to compare

1 August 2021

Features

  • gcommit: does not write duplicate commit scopes to the list (99516e6)
  • gcommit: added scope and description fzf headers (1d64504)

Bug Fix

  • gcommit: exits if no files are staged (b28ca87)

v0.5.0

04 Oct 19:13
Compare
Choose a tag to compare

29 July 2021

Feature

v0.4.6

04 Oct 19:12
Compare
Choose a tag to compare

29 July 2021

Bug Fix

  • use init.zsh instead custom-git.zsh (719cfe7)

v0.3.1

04 Oct 19:11
Compare
Choose a tag to compare

4 July 2021

Bug Fix

v0.3.0

04 Oct 19:10
Compare
Choose a tag to compare

2 July 2021

Feature

  • new-commands: gshow, glog - show the status of the repository including staged, unstaged and untracked files (a704211)

v0.2.0

04 Oct 19:07
Compare
Choose a tag to compare

2 July 2021

Features

  • new-command: grestore - selects the unstaged (working tree) files to restore to HEAD.(a525b28)
  • new-command: grestorestaged - selects the files to unstage.
  • new-command: gdiff - shows changes of all the files (staged, unstaged, untracked etc.) (1eb0991)
  • enabled preview window in gadd (ecc1a8f)