Sanitary pair and mob programming for the modern age
npm install @aptera/falco
Use this handy dandy script (in conjunction with a remote meeting tool and a sweet timer) to coordinate driver rotations through git, and bring your remote mob programming sessions back to life!
npm i -g @aptera/falco
master, checkout the branch you'll be using.falco start. (This will create a -mobbing branch off the working branch, to hold work-in-progress commits during the session.)falco pass. (This will make a "wip" commit and push it to the -mobbing branch.)falco drive. (This will checkout the -mobbing branch and pull down the latest wip commit(s).)falco pass.falco commit to commit work in progress, squash merge, and push to the original working branch.falco stop to clean up your local workspace and return to the original working branch.