🔀 Student Git Basics: Pull, Commit, Push

Instructor creates your remote repo. You pull it, work locally, then push back to submit.

📁 Box Drive Your files sync to cloud storage
🔶 Git Tracks changes in .git folder
🐙 GitHub Hosts repo online (submission)
Local commits: 0
Submitted: 0
Instructor repo has Parts 1-3. Pull to get them into your workspace.
📂 Your Workspace Box Drive
Files you edit in VS Code / Vivado
💾 Local Repository Git
Commits saved on your computer
☁️ Remote Repository GitHub
Where you submit for grading
GitHub → Local → Workspace ⬅️ PULL
Workspace → Local ➡️ COMMIT
Local → GitHub ➡️ PUSH