Identifying a tag belongs to which branch in git -


I first synced the repo in a manifest for a branch named myBranch, now I want to know using GIT That each tag has been received as a result of GIT tag-L. Which branch was originally made, please note: I do not want my branch as an output, but the name of the remote branch on which the tag was made was made.

The fact is that the branches can be renamed or removed at any time (any Apart from lacking, which can still be referred to in the path of another branch), you can do the best:

  • Find the branches referred to by the tag Is committed

    combined with "View". "(, the combination of git rev-parse & lt; gt; ~ 0 with git branch - contains )

    It has nothing to do with the branch on which the tag was , but instead of the branch (SE) that the current reference tag has said. / P>

Comments