./devel/mob, Swift git handover during remote mob programming

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.3.3, Package name: mob-5.3.3, Maintainer: schmonz

With on-site Mob Programming, you just pass on the keyboard to hand over
to the next person. This is a challenge for a distributed team.

We hand over with WIP commits on a temporary git branch. A quick
handover is essential. At the end of the mob session, we squash the WIP
commits into expressive commits and merge into master.

We created the mob tool to simplify this process. mob notifies you when
it's time to handover. mob can moo.


Master sites:

Filesize: 510.74 KB

Version history: (Expand)


CVS history: (Expand)


   2024-10-19 01:52:53 by Amitai Schleier | Files touched by this commit (3) | Package updated
Log message:
mob: update to 5.3.3. Changes:

- Fix: `mob start` now functions correctly on WIP branches when the base
  branch is not checked out, applicable to branch names that do not
  contain a `-` character.
   2024-10-14 15:55:52 by Amitai Schleier | Files touched by this commit (3) | Package updated
Log message:
mob: update to 5.3.2. Changes:

- Fix: Removed wrong warning about diverging wip branch when joining a
  new session
   2024-09-30 16:00:31 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
mob: update to 5.3.1. Changes:

- Fix: Added documentation for `mob start --discard-uncommitted-changes`
  in the `mob help` command
- Feature: `mob start --discard-uncommitted-changes` allows to discard
  uncommitted changes and then starting a new mob session
   2024-09-22 20:07:25 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
mob: update to 5.2.0. Changes:

- Feature: `mob done` now pulls when someone else already did `done`
   2024-09-06 20:49:02 by Benny Siegert | Files touched by this commit (180) | Package updated
Log message:
Revbump all Go packages after go122 update
   2024-08-30 19:53:53 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
mob: update to 5.1.1. Changes:

- Fix: `mob break 5` is now correctly parsed
   2024-08-24 20:28:40 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
mob: update to 5.1.0. Changes:

- Feature: Adds new flag `--join` for `mob start` to join an existing session
   2024-08-11 17:57:15 by Benny Siegert | Files touched by this commit (176) | Package updated
Log message:
Revbump all Go packages after update