Add GIT info

This commit is contained in:
2026-04-03 16:29:00 -04:00
parent e6b3cf6b08
commit 3110db8165

View File

@@ -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