You can add multiple authors to a git commit, by adding one or more Co-authored-by
trailers to the commit's message:
$ git commit -m "Refactor usability tests.
>
>
Co-authored-by: name <name@example.com>
Co-authored-by: another-name <another-name@example.com>"
no-reply
email.Co-authored-by
trailers.Snippet collection
A collection of quick tips and tricks to level up your coding skills one step at a time.
Git, Commit
Ever needed to create a git commit with a different date? Here's a quick and easy way to do it.
Git, Repository
Prints all commits by the specified author.
Git, Repository
Sets up a commit message template for the current repository.