MMMehrnaz Maroufinmerytech.hashnode.dev·Apr 27 · 2 min readGit from Zero to Hero — Part 2: Understanding Diff (What Changed?)>>> Previous: Part 1 — What is Version Control? What is Diffing? In the previous part, we talked about Version Control. Now let’s understand a key concept behind it: Diffing Diffing means compar00
MMMehrnaz Maroufinmerytech.hashnode.dev·Apr 27 · 2 min readGit from Zero to Hero — Part 1: What is Version Control? (Source Control Explained)What is Source Control? When we write code or even a simple document, we often try to protect our work by creating copies. For example: Imagine you are writing a thesis.You save your file as: thesis.d00