-
-
Notifications
You must be signed in to change notification settings - Fork 164
Description
I love using the mob tool! It is the most convenient way to hand code between team members, and quite intuitive to use.
One thing that I would like is to be able to see the changes made as part of a mob session as uncommitted changes so I have the changelist in Intellij.
At the moment:
Tom
mob start
// make some changes
mob next
Dick
mob start
git status
On branch mob/main-xxxxx
Your branch is up to date with 'origin/mob/main-xxxxx'.
nothing to commit, working tree clean
Harry
wtf????
Whereas I would like to see all the changes. To get round this I usually mob done to squash and unwrap the commits, then mob start and mob next at the end to hand it over but that is a faff.
Is there anything that might help this situation already? If not, I wonder if there could be a -- tag on start to keep the changes uncommitted. Maybe --maintain-changelist/-m? I understand this might have knock-on effects on how mob next would work, but interested to hear your thoughts.
Thank you very much!