thiagowfx's avatar

¬ just serendipity 🍀 (not just serendipity)

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: