I'm having branching issues in Visual Studio TFS. This may be due to the method in which I am developing, but if so, please let me know what is best for branching and I will modify our procedure.
About a month ago, I branched out a project so that I could start developing a new version of the web application, but did not want to be affected by my main changes when I tested and tried to get to the production level.
So, a couple of days ago we learned about several errors in the current version of the application, which works during the production process. I fixed these errors in the main branch, reinstalled the web application and checked the bug fixes in the main line of the application. And here is the problem. Now the main trunk has bug fixes, but there is no new version in my branch.
Here's my question: how do I make version comparisons or something like that to get bug fixes in a forked project?
I can do something unusual. This is due to a lack of knowledge about the life cycles of branching and development. Please let me know if there is a better method that you all practice in your stores.
Greetings
FROM
branch tfs visual-studio
regex
source share