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