Is there any way to verify base of git branch? To implement concurrent versions, we are using git tagging mechanism. So Developers should use specific version tag to created bug fix branches like: git branch -b "UAT bug fix" v3.0.0
Git flow Diagram:
I am looking for a way to capture the bug fix branch which is not created using a tag.