diff --git a/forges_logicielles.md b/forges_logicielles.md index 50e04fd81d74b538408d8eb0a7d97959ca96e3c1..bb2006dc016b1f61d76315a047fc456c26b05598 100644 --- a/forges_logicielles.md +++ b/forges_logicielles.md @@ -235,13 +235,15 @@ pages: 1. Générez une clé GPG si vous n'en n'avez pas déjà une - https://docs.gitlab.com/ee/user/project/repository/gpg_signed_commits/index.html 2. Dans les settings ajoutez la clé GPG - -3. Ajouter la signature automatique des commit +3. Ajoutez la signature automatique des commit + ``` florck@florck-macbook [~/Documents/Perso/Duniter/rml10/gitlab.git] % git config --local user.signingkey 5E12B18DF10138FF - (23:23) florck@florck-macbook [~/Documents/Perso/Duniter/rml10/gitlab.git] % git config --local commit.gpgsign true ``` + + # Et pour aller plus loin