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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -