-
451 commits to main since this tag
This change allows the
-o <initials>flag to override who the main
author of any commits in this repo will be going forward.What this actually does, is that it modifies the Repository's config
file to change theuser.nameanduser.emaillike this.Running
git mob -o ae be(given the corresponding authors have been
configured usinggit add-coauthor) is equivalent to doing:git config user.name "Alice Example" git config user.email "alice@example.com" git mob be # be being the initials of "Bob Example" <bob@example.com>Downloads