© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Mohamad Mahmood
Programming (Mobile, Web, Database and Machine Learning). Studying at the Center For Artificial Intelligence Technology (CAIT), FTSM, UKM MY
Mental model Git tracks three key areas: Working tree — your files on disk Index (staging area) — what will go into the next commit HEAD — the last commit (current snapshot) Typical flow: edit files → git add → git commit Use git status and git di...
No responses yet.