From 521ceb1349e66cd98571559932b3db93a611d543 Mon Sep 17 00:00:00 2001 From: Stan Date: Mon, 24 Nov 2025 19:40:38 -0500 Subject: [PATCH] Ajout d'info pour GIT --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index db24c84..617fd07 100644 --- a/README.md +++ b/README.md @@ -96,3 +96,12 @@ alert(s); display: block; } ``` + +```bash +# Reconnect GIT +git remote get-url origin +git config credential.helper wincred +git lfs install +git config user.email 'empty@zkd.ca' +git config user.name 'Jeremy' +```