Lightweight and simple local version control for when you're too lazy to use GitHub π€·ββοΈπ€·ββοΈ
P.S. I was pretty close to naming this project π©Hub.
To start using quithub
, install Go and run go get
:
$ go get github.com/AndrewYinLi/QuitHub
Begin by navigating to within the directory to backup:
cd <directory path>
Back up current working directory under a new name:
quithub commit <name of commit>
Revert current working directory to a past commit:
quithub revert <name of commit>
Delete a commit from history:
quithub delete <name of commit>
Print commit history:
quithub history