Helps you undo stuff in git
Clone the repo or download zip file and extract
Install dependencies:
yarn
or
npm i
Add the following line in your .bashrc
or similar:
alias git-undo="node /path/to/git-undo/index.js"
Run git-undo
in your repository folder.