Select Page
How to create a branch from tag name in Git

How to create a branch from tag name in Git

Usually, after deployment to the production environment a new tag is created in git marking successful production deployment, so later when working on defects it would be much easy to investigate any issues, having the same code as deployed to production. The best way...