Application development - Activity
Version control
Tracking changes to files over time so people can compare versions and undo changes safely
What's it for?
Keeps a history of file changes so teams can work together and restore an earlier version when needed.
For example…
The team restores yesterday's version after a bad change
Git provides version control by recording each code change so a team can compare versions, collaborate through branches and restore an earlier state
Think of it like…
Drafting a script while keeping each version, so you can see what changed, who changed it and return to an earlier draft if needed