Create a git commit with multiple contributors
β’ 81 words β’ 1 min β’ updated
β οΈ This post is over one year old. It may no longer be up to date or relevant. Opinions may have changed.
- Step 1: Create a commit / pull request as usual.
- Step 2: Collaborate πͺ. Different people push to the same remote branch.
- Step 3: Once it’s done, add as many git footer elements as needed, like in the following commit message example:
feat: adopt time machine API
Address one of our main feature requests.
Allow users to go back in time by integrating with gravitational://infty.improbability/
Co-authored-by: Marvin <marv_is_happy@in.space>
Co-authored-by: Zaphod Beeblebrox <zaph@in.space>Ideally, sort the Co-authored-by field alphabetically.
Sources:
Backlinks
- Disclosing AI in pull requests (Mar 26, 2025)