From d71a81c7fb88e3242b90d7529a1c4a6eeb588094 Mon Sep 17 00:00:00 2001 From: opeyemipeter1759 Date: Mon, 7 Jul 2025 05:52:25 -0700 Subject: [PATCH] Vscode and Git setup --- docs/git.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/git.md b/docs/git.md index e69de29..9ee5b47 100644 --- a/docs/git.md +++ b/docs/git.md @@ -0,0 +1,20 @@ +VSCODE SET UP +1. Install VSCode. +2. Install these VSCode extensions: + Python + Jupyter + Pandas + + +Git SETUP +1. Install Git for Windows +2. Configure Git: + git config --global user.name "Your Name" + git config --global user.email "you@example.com" + +3. +git clone +cd +.... make changes + +