Imagine you could clone your kitchen, experiment with crazy recipes in the copy, and the original stays untouched. That's a branch.
Your main branch is the official recipe book — the one customers eat from.
But you want to try something wild: spicy chocolate cake.
You don't experiment on the main recipe. Instead, you
create a parallel kitchen — a branch —
where you can try anything without risking the original.
You branched off to experiment, committed your changes safely,
and when you were happy — merged them back into the main recipe.
The original recipe was never at risk.