gitless

Simplified version control system built on top of Git

brewmacoslinux
Try with needOr install directly
Source

About

Simplified version control system on top of git

Commands

gl

Examples

Initialize a new Gitless repository$ gl init
Stage and commit changes with a message$ gl commit -m 'Fix bug in login flow'
Create and switch to a new branch$ gl branch create feature-branch && gl checkout feature-branch