Git Mob
JSON →Integrates with the git-mob CLI to manage Git co-authors.
Tools · 10
- setup_git_mob Sets up git-mob globally for the user.
- setup_git_mob_locally Sets up git-mob locally for the current repository when it overrides core.hooksPath git configuration variable (e.g when using husky).
- add_team_member Adds a new team member using their key, name, and email.
- delete_team_member Deletes a team member by their key.
- list_team_members Lists all team members that have been added to Git Mob.
- set_mob_session_coauthors Sets the active pairing or mob session by specifying the keys of the team members to include as coauthors.
- clear_mob_session Clears the active mob or pairing session.
- list_mob_session_coauthors Lists all coauthors currently included in the active mob or pairing session.
- list_mob_session_coauthor_trailers Lists the git Co-authored-by trailers for the coauthors currently included in the active mob or pairing session.
- get_git_mob_cli_help Displays general help and usage information for the Git Mob CLI.