It’s simple really. Like saving a computer game and then if something doesn’t work out you can go back to a previous save game.
It only really gets tricky when multiple people are continuing on the same save and you want progress from both when you load it. But you can leave that to the most senior person to figure out.
To be honest, as someone who only very tangentially works with git – it fucking scares me.
It’s simple really. Like saving a computer game and then if something doesn’t work out you can go back to a previous save game.
It only really gets tricky when multiple people are continuing on the same save and you want progress from both when you load it. But you can leave that to the most senior person to figure out.
git reflog is my best friend
It can undo things that normally one would think are “undoable”
The idea of having to dig through a reflog is scary too if you don’t have a confident intuition of how the refs work in the first place