diff --git a/README.md b/README.md index db24c84..ccfc832 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ - [ ] Coder le pied de page commun a toutes les pages - Jeremy - [x] Création d’un favicon.ico pour le site - Jeremy - [ ] Glitch images LOGO - Stanislas +- [ ] Formulaires dans aPropos.html - Stanislas - [ ] Réunion pour rédaction des CSS Communs (Page d’accueil / à Propos et Équipe) @@ -96,3 +97,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' +```