Git & GitHub Β· ~6 min Β· 2 quick checks
Why Git exists
Ever ended up with essay_final_FINAL_v3_REAL.docx? That's the problem Git solves for code.
Git is a version control system: it tracks every change to your project, who made it, and why β and lets you rewind to any point in history.