mob

A console tool to work in a remote mob with git.

mob screen

How to install

bash cargo install remotemob

Usage

Run mob for help on more commands.

How it works

mob uses an orphan branch called mob-meta to save session state and settings. You can view the session content with mob status and delete it with mob clean.

The session can be in 4 different states:

mob states

Thanks

Inspiration for this tool comes from Remote mob programming and their tool mob written in Go.