Skip to content

Commit b4ed954

Browse files
nullvariantclaude
andauthored
fix(docs): align Quick Start ssh-keygen emails with SSoT (#291)
- Fix work email domain: company.example.com → techcorp.example.com (25 langs) - Fix work email local parts: zh-TW, ko, eo (3 langs) - Fix personal email local parts: de, fr, es, it, pt-BR, pl, cs, hu, uk (9 langs) 🖥️ IDE: [Cursor](https://cursor.sh) 🔌 Extension: [Claude Code](https://claude.ai/download) Model-Raw: claude-opus-4-6 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 75a6679 commit b4ed954

File tree

27 files changed

+61
-61
lines changed

27 files changed

+61
-61
lines changed

extensions/git-id-switcher/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ First, create SSH keys for each account (skip if you already have them):
7979
ssh-keygen -t ed25519 -C "alex@personal.example.com" -f ~/.ssh/id_ed25519_personal
8080

8181
# Work
82-
ssh-keygen -t ed25519 -C "alex.smith@company.example.com" -f ~/.ssh/id_ed25519_work
82+
ssh-keygen -t ed25519 -C "alex.smith@techcorp.example.com" -f ~/.ssh/id_ed25519_work
8383
```
8484

8585
Register the **public key** (`.pub` file) of each SSH key to the respective GitHub account.

extensions/git-id-switcher/docs/i18n/ain/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Git プロフィール ウコイタㇰ ツール ポㇿ アン、**Git ID Switch
9797
ssh-keygen -t ed25519 -C "sisam@personal.example.com" -f ~/.ssh/id_ed25519_personal
9898

9999
# モノレ
100-
ssh-keygen -t ed25519 -C "sisam@company.example.com" -f ~/.ssh/id_ed25519_work
100+
ssh-keygen -t ed25519 -C "sisam@techcorp.example.com" -f ~/.ssh/id_ed25519_work
101101
```
102102

103103
シネㇷ゚ シネㇷ゚ SSH キー **公開鍵**`.pub` ファイル)GitHub アカウント オロワ。

extensions/git-id-switcher/docs/i18n/bg/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
ssh-keygen -t ed25519 -C "sasha@personal.example.com" -f ~/.ssh/id_ed25519_personal
7676

7777
# Служебен
78-
ssh-keygen -t ed25519 -C "sasha.ivanov@company.example.com" -f ~/.ssh/id_ed25519_work
78+
ssh-keygen -t ed25519 -C "sasha.ivanov@techcorp.example.com" -f ~/.ssh/id_ed25519_work
7979
```
8080

8181
Регистрирайте **публичния ключ** (`.pub` файл) на всеки ключ в съответния GitHub акаунт.

extensions/git-id-switcher/docs/i18n/cs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ Nejprve vytvořte SSH klíče pro každý účet (přeskočte, pokud již máte)
7272

7373
```bash
7474
# Osobní
75-
ssh-keygen -t ed25519 -C "alex.novak@personal.example.com" -f ~/.ssh/id_ed25519_personal
75+
ssh-keygen -t ed25519 -C "alex@personal.example.com" -f ~/.ssh/id_ed25519_personal
7676

7777
# Pracovní
78-
ssh-keygen -t ed25519 -C "alex.novak@company.example.com" -f ~/.ssh/id_ed25519_work
78+
ssh-keygen -t ed25519 -C "alex.novak@techcorp.example.com" -f ~/.ssh/id_ed25519_work
7979
```
8080

8181
Zaregistrujte **veřejný klíč** (soubor `.pub`) každého klíče na příslušném GitHub účtu.

extensions/git-id-switcher/docs/i18n/de/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ Erstellen Sie zunächst SSH-Schlüssel für jedes Konto (überspringen Sie dies,
7272

7373
```bash
7474
# Persönlich
75-
ssh-keygen -t ed25519 -C "alex.mueller@personal.example.com" -f ~/.ssh/id_ed25519_personal
75+
ssh-keygen -t ed25519 -C "alex@personal.example.com" -f ~/.ssh/id_ed25519_personal
7676

7777
# Arbeit
78-
ssh-keygen -t ed25519 -C "alex.mueller@company.example.com" -f ~/.ssh/id_ed25519_work
78+
ssh-keygen -t ed25519 -C "alex.mueller@techcorp.example.com" -f ~/.ssh/id_ed25519_work
7979
```
8080

8181
Registrieren Sie den **öffentlichen Schlüssel** (`.pub`-Datei) jedes SSH-Schlüssels beim entsprechenden GitHub-Konto.

extensions/git-id-switcher/docs/i18n/en/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ First, create SSH keys for each account (skip if you already have them):
7575
ssh-keygen -t ed25519 -C "alex@personal.example.com" -f ~/.ssh/id_ed25519_personal
7676

7777
# Work
78-
ssh-keygen -t ed25519 -C "alex.smith@company.example.com" -f ~/.ssh/id_ed25519_work
78+
ssh-keygen -t ed25519 -C "alex.smith@techcorp.example.com" -f ~/.ssh/id_ed25519_work
7979
```
8080

8181
Register the **public key** (`.pub` file) of each SSH key to the respective GitHub account.

extensions/git-id-switcher/docs/i18n/eo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Unue, generu SSH-ŝlosilojn por ĉiu konto (preterpasu se vi jam havas):
8080
ssh-keygen -t ed25519 -C "zamenhof@personal.example.com" -f ~/.ssh/id_ed25519_personal
8181

8282
# Labora konto
83-
ssh-keygen -t ed25519 -C "zamenhof@company.example.com" -f ~/.ssh/id_ed25519_work
83+
ssh-keygen -t ed25519 -C "ludoviko.zamenhof@techcorp.example.com" -f ~/.ssh/id_ed25519_work
8484
```
8585

8686
Registru la **publikan ŝlosilon** (`.pub` dosiero) de ĉiu ŝlosilo al la responda GitHub-konto.

extensions/git-id-switcher/docs/i18n/es/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ Primero, crea claves SSH para cada cuenta (omite este paso si ya las tienes):
7272

7373
```bash
7474
# Personal
75-
ssh-keygen -t ed25519 -C "alex.garcia@personal.example.com" -f ~/.ssh/id_ed25519_personal
75+
ssh-keygen -t ed25519 -C "alex@personal.example.com" -f ~/.ssh/id_ed25519_personal
7676

7777
# Trabajo
78-
ssh-keygen -t ed25519 -C "alex.garcia@company.example.com" -f ~/.ssh/id_ed25519_work
78+
ssh-keygen -t ed25519 -C "alex.garcia@techcorp.example.com" -f ~/.ssh/id_ed25519_work
7979
```
8080

8181
Registra la **clave pública** (archivo `.pub`) de cada clave SSH en la cuenta de GitHub correspondiente.

extensions/git-id-switcher/docs/i18n/fr/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ D'abord, créez des clés SSH pour chaque compte (passez cette étape si vous en
7272

7373
```bash
7474
# Personnel
75-
ssh-keygen -t ed25519 -C "camille.dupont@personal.example.com" -f ~/.ssh/id_ed25519_personal
75+
ssh-keygen -t ed25519 -C "camille@personal.example.com" -f ~/.ssh/id_ed25519_personal
7676

7777
# Travail
78-
ssh-keygen -t ed25519 -C "camille.dupont@company.example.com" -f ~/.ssh/id_ed25519_work
78+
ssh-keygen -t ed25519 -C "camille.dupont@techcorp.example.com" -f ~/.ssh/id_ed25519_work
7979
```
8080

8181
Enregistrez la **clé publique** (fichier `.pub`) de chaque clé SSH sur le compte GitHub correspondant.

extensions/git-id-switcher/docs/i18n/haw/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ E hana mua i nā kī SSH no kēlā me kēia moʻokāki (e lele inā loaʻa):
9595
ssh-keygen -t ed25519 -C "kai@personal.example.com" -f ~/.ssh/id_ed25519_personal
9696

9797
# Hana
98-
ssh-keygen -t ed25519 -C "kai.kalani@company.example.com" -f ~/.ssh/id_ed25519_work
98+
ssh-keygen -t ed25519 -C "kai.kalani@techcorp.example.com" -f ~/.ssh/id_ed25519_work
9999
```
100100

101101
E hoʻopaʻa i ke **kī lehulehu** (`.pub` faila) o kēlā me kēia kī i ka moʻokāki GitHub pili.

0 commit comments

Comments
 (0)