Introducing G2.ai, the future of software buying.Try now
S.K S.
SS
Hexaware 🇺🇸 contractor

What is the concept of baselining in Bitbucket?

i use TFS.so labelling is the only thing i know of, so i guess for me each commit can have a rollback, here it seems a rollback is a dangerous thing to do.
1 comment
Looks like you’re not logged in.
Users need to be logged in to answer questions
Log In
J B.
JB
Commercial Software Executive for PaaS, SaaS
0
_Tags_ are the Git analog of TFS' _Labels_. Git tags are associated to a commit, enabling most operations by tag. For example, you can diff between tags, checkout the tagged code, etc. You can easily restore previous code from a tag for your rollback scenario. Some helpful links: Bitbucket: https://confluence.atlassian.com/bitbucket/use-repository-tags-321860179.html Git: https://git-scm.com/book/en/v2/Git-Basics-Tagging
Looks like you’re not logged in.
Users need to be logged in to write comments
Log In
Reply