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:
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
Post a Comment