Attribution #139
simonharrer
started this conversation in
Ideas
Attribution
#139
Replies: 3 comments 12 replies
|
fwiw our team currently uses Would something like `--with "<co authors, ...>" be considered? |
5 replies
|
I'm not a fan of the |
1 reply
|
i use |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Why
Teams don't use mob at all or only for some commands because co-authors aren't properly attributed, and this is very important to those teams.
Scope
mob done --squash
Usually, mob next creates WIP commits and
mob done --squashputs all changes in the staging area and the user creates a single commit of all changes at the end.Approaches:
mob done --no-squash without mob next
Every user won't use
mob nextbut instead create all commits in the WIP branch themselves. In the end,mob done --no-squashmerges all those commits back in main.mob done --no-squash with mob next
This combination probably doesn't make a lot of sense. Because who wants a git history with strange WIP commit messages anyway.
mob done --no-squash with mob next --message
This combination might make sense. Not sure yet.
All reactions