got

Version control system emphasizing simplicity and ease of use

brewmacoslinux
Try with needOr install directly
Source

About

Version control system

Commands

got

Examples

Initialize a new repository$ got init my-project
Commit changes with a message$ got commit -m 'Add new feature'
View commit history$ got log