From dc2e5a1f29a0730f4d9f4de9e2b85b360a03aae5 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 11 Apr 2022 17:55:45 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20des=20commandes=20Git=20=C3=A0=20faire?= =?UTF-8?q?=20=C3=A0=20chaque=20r=C3=A9installation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2d499c2..711e58d 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,8 @@ Détails concernant l'import/export de la clé GPG : - Importé clés privé : `gpg --allow-secret-key-import --import private.gpg` - Récupérer numéro de clé (`sec`) : `gpg --list-secret-keys --keyid-format LONG user@email` (dans `sec rsa4096/30F2B65B9246B6CA 2017-08-18 [SC]` c'est `30F2B65B9246B6CA`) - Utilisé clé pour git : `git config --global user.signingkey ` + +--- +Détails concernant Git : +- `git config --global user.email "you@example.com"` +- `git config --global user.name "Your Name"`