Public Access
5
0

Ajout d'info pour GIT

This commit is contained in:
2025-11-24 19:40:38 -05:00
parent a1c9a239c5
commit 521ceb1349

View File

@@ -96,3 +96,12 @@ alert(s);
display: block; 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'
```