I'm used to using TFS or PVCS and both allow you to label particular revisions so that you can get back to a given point in time. Is there any way to do this with Git?
Hi Ben,
You can attach tags to particular commit using git tag command or from source-tree you can click on tag button.
You can't attach a tag to multiple commit, but you can attach multiple tags to a single commit.
In case if you want to move a tag from a commit to another commit you can do that as well.
It's called "tag" in Git.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You use labeling and if you really need restore back then you create a branch for that label.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.