The tag in git from what I understand is simply tagging a specific commit with a name.
Let's just say I release version 1.5, I create a tag 1.5
Now, if the client finds an error, how can I go and βissueβ this 1.5 codebase in my working directory?
I assume that I would perform a bug fix and then create another tag, such as 1.5.1.
Then I could merge this code into the current version, right?
git
mrblah
source share