Releases: custom-git/custom-git-bash
Releases · custom-git/custom-git-bash
v0.6.3
10 August 2021
Feature
- gcommit: sorted the .gitcommitscopes file on creation of a new commit scope (63e090c)
v0.6.2
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
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
1 August 2021
Feature
- new-command:
gbranchout
- creats new branches with formatted names (b366fab)
v0.5.6
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.4.6
29 July 2021
Bug Fix
- use init.zsh instead custom-git.zsh (719cfe7)
v0.3.0
2 July 2021
Feature
- new-commands:
gshow
, glog
- show the status of the repository including staged, unstaged and untracked files (a704211)
v0.2.0
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)