Skip to main content

One post tagged with "git"

View All Tags

GIT Co-Author Helper Script

Phil Hadviger

Phil Hadviger

Principal Site Reliability Engineer @ GLG

GIT Co-Authors#

GitHub and GitLab both support the idea of co-authors which allow a user to attribute a commit to more than one author by adding one or more Co-authored-by trailers to the commit's message.

Co-author attibuting looks somethink like the following in the commit message.

Co-authored-by: name <name@example.com>
Co-authored-by: another-name <another-name@example.com>