Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 292 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 292 Bytes

git-undo

Helps you undo stuff in git

Installation

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.