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"`