I have a question.
Now in project we use git for automatically update testing server (deployment). There is fresh HEAD revision on hook when push to repository using Jenkins.
Now there is an Idea about using moving tags to point on deploy revision. Example git tag for-deploy, and move this tag to needed revision. By idea server should deploy revision marker for-deploy on each moving this tag using hook.
What are you think about it?