mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-05 03:29:28 +01:00
59 lines
1.8 KiB
Markdown
59 lines
1.8 KiB
Markdown
---
|
|
title: Co-authoring and private emails with Git Forges
|
|
excerpt: This note tells how to mark me as a git commit coauthor and my privatized email addresses.
|
|
layout: mini
|
|
permalink: /n/coauthor.html
|
|
sitemap: true
|
|
lang: en
|
|
robots: noai
|
|
---
|
|
|
|
# Git forge private emails
|
|
|
|
**_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.
|
|
|
|
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):
|
|
|
|
> `Co-authored-by: NAME <NAME@EXAMPLE.COM>`
|
|
|
|
or
|
|
|
|
> `Signed-off-by: Aminda Suomalainen <831184+Mikaela@users.noreply.github.com>`
|
|
|
|
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 -->
|
|
<em lang="fi">Automaattinen sisällysluettelo</em> / <em lang="en">Automatically generated Table of Contents</em>
|
|
|
|
- [My private emails](#my-private-emails)
|
|
- [Where to find them](#where-to-find-them)
|
|
- [Forĝejo/Gitea](#for%C4%9Dejogitea)
|
|
|
|
<!-- 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
|
|
|
|
## 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
|