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' +```