How to add Tag in Git Repo using best practice
In this artilce we will learn how to add tag in git repo using best practice and example. It is best feature in git which also allows users to tag specific version of the repository with meaningful names. For example, you have completed 1st version of your application source deplyment and you want to tag […]