Git Tag

How to Create a new GIT Branch from a Tag?

GIT tags are created to mark a specific point in git history and then deployed. But sometimes you might want to debug the deployed code and the best way is to create a new GIT branch from that tag.
Subscribe to Git Tag