With mob, you can quickly transfer git.

submited by
Style Pass
2021-05-18 07:34:47

“Mob has allowed us to run fast-paced, engaging, and effective sessions by enabling sub-10-second handover times and otherwise getting out of the way. A simple but great tool!” — Jeff Langr, developer

“I was recently introduced to mob.sh for remote pairing/mobbing collaboration and I absolutely love it. The timer feature is really a selling point for me. Kudos” — Fabien Illert, IT Consultant

“Really enjoying working with http://mob.sh. Whole team added it to the “Glad” column during yesterday’s retro ;-)” — twitter.com/miljar

On Nix through the mob.nix expression like this mob = callPackage ./mob.nix {};. To install and configure espeak-ng for text-to-speech support, pass withSpeech = true;.

You only need three commands: mob start, mob next, and mob done. Switch to a separate branch with mob start and handover to the next person with mob next. Repeat. When you’re done, get your changes into the staging area of the master branch with mob done and commit them.

To get the timer to play “mob next” on your speakers when your time is up, you’ll need an installed speech engine. Install that on Debian/Ubuntu/Mint as follows:

Leave a Comment