Hi Team,
We need to know, how to apply a tag on specific commits. Here is the scenario we ran into
we have 10 commits happend on branch in GIT repository, where we want to apply a tag on specific commits like 1-7 and 9th commit, exclude 8th and 10th commits. How to handle this scenario?
please provide us any documentaion/steps to follow which supports this requirement.
Regards,
Sabarinath
A given tag in Git can only be applied to one commit. A tag is basically just an alias for a commit ID (SHA1 hash).
What are you trying to accomplish by applying a tag to multiple commits?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.