Git & GitHub
test@gmail.com • 3/19/2026, 10:58:10 PM
Introduction
Git tracks your code history.
Basic Commands
git init
git add .
git commit -m "first commit"
git pushGitHub
A platform to store your code online.
Workflow
Make changes
Commit
Push
Recap
Git = version control. GitHub = sharing.
