How to Prevent Accidental Commit to Master and Dev Branch in GIT
In this article, we will see the steps to prevent accidental commit to master and dev branch in GIT Repository. If you are a DevOps Professional or a developer then you might be aware that Dev branch is usually used for deployment in Development environment and Master Branch is used for deployment in Production environment. ... Read more