sapling

Fast, scalable source control client for large codebases.

brewmacoslinux
Try with needOr install directly
Source

About

Source control client

Commands

sl

Examples

initialize a new repository$ sl init
check status of modified files$ sl status
commit changes with a message$ sl commit -m 'your message'
view commit history and changes$ sl log -T compact
push commits to remote repository$ sl push