diff --git a/HowtoGit.md b/HowtoGit.md index 1645c9a6..4f1b3790 100644 --- a/HowtoGit.md +++ b/HowtoGit.md @@ -663,6 +663,8 @@ $ git config hooks.showrev "git show -C %s; echo ### Ignorer les vérifications SSL +À éviter au maximum bien sûr. + ~~~{.basb} $ git config --global http.sslverify "false" ~~~