rkotze / git-mob

Co-author commits tool. A cross-platform command-line tool for social coding. Includes co-authors in commits when pair/mob programming.
https://www.npmjs.com/package/git-mob
MIT License
182 stars 21 forks source link

Set author and co-authors using git mob core #106

Closed rkotze closed 11 months ago

rkotze commented 1 year ago

Description

Use git mob core features to set selected co-authors and primary author.

Migrate flowing key functions from git-mob to git-mob-core:

import { gitMessage, gitMessagePath } from '../src/git-message';
import { getCoAuthors, isCoAuthorSet } from '../src/git-mob-commands';

Pull request checklist

Pull request type

Please check the type of change your PR introduces:

Does this introduce a breaking change?