When working with Git, there are a number of things that I find myself doing often enough that I assume I’m not the only one who has encountered the task.

So I thought I’d start a set of posts related to working with Git that may prove useful for anyone who’s also working with Git and who may be also encounter something similar.

These aren’t long posts. Instead, simple things that you can do that may help you with your work.

The only thing I want to note is that I don’t use a Git GUI. This does not mean they can’t work with a GUI (since you can use them simultaneously), but they are meant to be used on the command-line.

First: Deleting a Git Tag.

Continue reading