build process - Git feature branch verification -


is there way verify base of git branch? implement concurrent versions, using git tagging mechanism. developers should use specific version tag created bug fix branches like: git branch -b "uat bug fix" v3.0.0

git flow diagram:

enter image description here looking way capture bug fix branch not created using tag.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -