mob
Fast git handover for remote pair/mob programming
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 main branch with mob done and commit them.
amd64
Installation
1. Add WakeMeOps repository
curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash
2. Install mob
Snippets
Download URLs
Version | SHA256 | Size (KB) |
---|---|---|
5.4.0 | 554a767bd097d4330b285a77447313ccbe2497635a38e7b53a4975d4de1ac73e |
1895 |
Blueprints
Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for mob are versioned here.
Click here to see mob ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/dev/mob/ops2deb.yml
name: mob
matrix:
architectures:
- amd64
versions:
- 5.4.0
homepage: https://mob.sh/
summary: Fast git handover for remote pair/mob programming
description: |-
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 main branch with mob done and commit them.
fetch: https://github.com/remotemobprogramming/mob/releases/download/v{{version}}/mob_v{{version}}_linux_{{arch}}.tar.gz
install:
- mob:/usr/bin
The blueprint fetch
keyword contains a URL template pointing to mob releases. Downloaded files are locked in a lockfile versioned here.