Tuesday, 20 August 2013

How do you revert to a specific tag in Git?

How do you revert to a specific tag in Git?

I know how to revert to older commits in a Git branch, but how do I revert
back to a branch's state dictated by a tag? I envision something like
this:
git revert -bytag "Version 1.0 Revision 1.5"
Is this possible?

No comments:

Post a Comment