Create an Annotated Tag
Answer
Scenario:
You have a Git repository at /home/interview/repo where you've just completed version 3.1.0 of your application. You need to create an annotated tag to mark this release with a proper message and metadata.
Task:
Create an annotated tag for version v3.1.0 with a descriptive message and push it to the remote origin repository v3.1.0
📹 Video Solution