Version control workflows, branching strategies, and useful Git commands for everyday development.
Saturday 23/07/2022
Reset a Git branch to match its remote - `git reset --hard origin/branch`, with safer alternatives, how to recover after a mistake, and when to use each.