Hi I am having a scenario,
I have created a branch from a tag . Earlier my collegeu was working on a feature. He created a feature branch from master. The he made some commits to his feature branch and after a while he merged those commits to master. His feature branch is now deleted.
How can I get those commits from the master into my tag branch. I want to get only those specific commits.
appreciate if you can help