Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/git.md
Original file line number Diff line number Diff line change
@@ -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 <repository-url>
cd <repo-folder>
.... make changes