git - Does tag record state of branch or the entire repository? -


i have 2 branches "master" , "develop". have been tagging master branch version numbers (i.e. "v1.2.3") , have started tag beta releases in similar fashion ("v2.3.4-beta-1") whilst working on develop branch.

does tag represent state on "develop" branch, or marking state of entire repository?

if so, there way list tags associated branches can verify whether have been tagging until now?

a tag label specific commit—it points given commit—so marks state of repo @ specific commit.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -