Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 545 Bytes

File metadata and controls

16 lines (9 loc) · 545 Bytes

Create an Annotated Tag

Company: Nintendo | Difficulty: Medium


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