The Git Undo Toolkit – Part 5 – How To Undo Tag Changes In Git?

How To Undo Tag Changes In Git?

Welcome back to “The Git Undo Toolkit” series. So far, we have covered undoing changes in your working directory, staging area, committed history, and git branches. In this blog post, we will cover how undo tag changes in git. Tags are pointers to specific points in your repository’s history, commonly used to mark a release … Read more

The Git Undo Toolkit – Part 1 – How To Undo Working Directory Changes In Git?

How To Undo Working Directory Changes In Git?

Have you ever faced a situation where due to high work load, you made a bunch of changes, and then suddenly thought: If these scenarios sound familiar, you are in the right place. Your git “working directory” is where all the action happens, where you write, modify, and delete files. It’s also the first line … Read more