2023-09-08 13:39:53 +02:00
|
|
|
---
|
2024-06-01 12:07:34 +02:00
|
|
|
title: Co-authoring and private emails with Git Forges
|
2024-06-19 07:19:44 +02:00
|
|
|
excerpt:
|
|
|
|
This note tells how to mark me as a git commit coauthor and my privatized
|
|
|
|
email addresses.
|
2024-05-18 18:58:57 +02:00
|
|
|
layout: mini
|
2023-09-08 13:39:53 +02:00
|
|
|
permalink: /n/coauthor.html
|
2024-05-31 05:29:21 +02:00
|
|
|
sitemap: true
|
2024-05-30 08:05:52 +02:00
|
|
|
lang: en
|
2024-05-31 05:29:21 +02:00
|
|
|
robots: noai
|
2023-09-08 13:39:53 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
# Git forge private emails
|
|
|
|
|
2024-06-19 07:19:44 +02:00
|
|
|
**_WARNING! These are vendor lock-in and contribution activity will not pass on
|
|
|
|
to other platrforms._** It may not matter much with sign-offs though.
|
2023-09-08 13:39:53 +02:00
|
|
|
|
2024-06-19 07:19:44 +02:00
|
|
|
Forges generally have a feature for private email addresses and it can be used
|
|
|
|
at least by co-authored commits, e.g. [r/coauthor](/r/coauthor.html):
|
2023-09-08 13:39:53 +02:00
|
|
|
|
|
|
|
> `Co-authored-by: NAME <NAME@EXAMPLE.COM>`
|
|
|
|
|
|
|
|
or
|
|
|
|
|
2023-09-08 13:47:02 +02:00
|
|
|
> `Signed-off-by: Aminda Suomalainen <831184+Mikaela@users.noreply.github.com>`
|
2023-09-08 13:39:53 +02:00
|
|
|
|
|
|
|
which is produced by `git commit -s`
|
|
|
|
|
|
|
|
<!-- editorconfig-checker-disable -->
|
|
|
|
<!-- prettier-ignore-start -->
|
|
|
|
|
|
|
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|
|
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
2024-05-30 08:05:52 +02:00
|
|
|
<em lang="fi">Automaattinen sisällysluettelo</em> / <em lang="en">Automatically generated Table of Contents</em>
|
2023-09-08 13:39:53 +02:00
|
|
|
|
|
|
|
- [My private emails](#my-private-emails)
|
|
|
|
- [Where to find them](#where-to-find-them)
|
2023-09-09 10:37:29 +02:00
|
|
|
- [Forĝejo/Gitea](#for%C4%9Dejogitea)
|
2023-09-08 13:39:53 +02:00
|
|
|
|
|
|
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
|
|
|
|
|
|
|
<!-- prettier-ignore-end -->
|
|
|
|
<!-- editorconfig-checker-enable -->
|
|
|
|
|
|
|
|
## My private emails
|
|
|
|
|
|
|
|
- `github.com`: `831184+Mikaela@users.noreply.github.com`
|
|
|
|
- `gitlab.com`: `54757-Mikaela@users.noreply.gitlab.com`
|
|
|
|
|
|
|
|
## Where to find them
|
|
|
|
|
|
|
|
<!-- NOTE: Try to keep same order as the list above. -->
|
|
|
|
|
|
|
|
- https://github.com/settings/emails
|
|
|
|
- https://gitlab.com/-/profile
|
2023-09-09 10:37:29 +02:00
|
|
|
|
|
|
|
## Forĝejo/Gitea
|
|
|
|
|
|
|
|
- `username@noreply.example.org`
|
|
|
|
- https://matrix.to/#/%23forgejo-chat%3Amatrix.org/%24GpERxizORImC72fsm7I_nIvQi2Trx85-Xdp3t9oT3u8?via=schinas.net&via=matrix.org&via=tchncs.de
|