Git Improved 0.2.0 released
Git Improved is a wrapper command for Git. It is more intuitive and easier to understand than Git commands. For example:
-
gi join mainvs.git checkout main; git merge --no-ff <branch> -
gi correctvs.git commit --amend -
gi stagedvs.git diff --cached -
gi unstagevs.git reset HEAD -
gi commit:rollbackvs.git HEAD^ -
gi file:restorevs.git reset --hard
Release 0.2.0 provides new actions gi file:rename:all and gi commit:unmerge.
See CHANGES.md for details.
Post a comment