Releases: custom-git/custom-git-bash
Releases · custom-git/custom-git-bash
v0.1.0
14 June 2021
Features
- new-command:
gadd
- selects the modified or untracked files from a list to stage them for the next commit. (d50a781)
Bug Fixes
- valid inputs to gadd "." or "-A" (9b23271)
- handled file state MM during
git status --short
(1dbdc5f)