Quick definition · 2 min Coding term
Git
Git is the tool that tracks every change to your code, so you can rewind, branch off, and work with others without chaos.
Think of it like
A time machine with a save log for your project. Every change is recorded and reversible.
Example
You make a mistake, so you use Git to jump back to yesterday’s working version in seconds.
Why it matters
Git underlies almost all modern coding and every AI coding tool. People hear it constantly before they understand it.
Where you’ll see it
GitHubthe command lineVS Code
Related terms