visual studio - Alternative of TFS Label in Git Version Control -


i using visual studio 2013 visual studio online. have solution uses git version control system. there labeling (we use labels in tfs) support in git?

you're looking tags:

git - tagging.

with tags can name changeset, equivalent tfs labels.

note tags in git become permanent part of version history, if need move tags around, need find different tool job, branches.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -