From 3110db8165ffcf43ced01d499843c9b35b30b5ff Mon Sep 17 00:00:00 2001 From: Sean Date: Fri, 3 Apr 2026 16:29:00 -0400 Subject: [PATCH] Add GIT info --- Chartwell.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Chartwell.py b/Chartwell.py index efc8d42..193b5ee 100644 --- a/Chartwell.py +++ b/Chartwell.py @@ -11,6 +11,16 @@ from pathlib import Path # Augmented — add that retrieved context to the prompt # Generation — use the language model to generate an answer based on that context +# -------------------------- +# GIT Configuration +# --------------------------- +# git config --global credential.helper wincred +# git config credential.helper store +# git config --global user.name "Sean" +# git config --global user.email "skessler1964@gmail.com" + + + # IMPORTANT SETUP STEPS FOR RE-CREATING THIS ENVIORNMENT # 1) Install python # 3.10.11