Question
For this assignment, you need to create tags. First create a non-annotated lightweight tag. Then create an annotated tag as a full git object. Use
For this assignment, you need to create tags. First create a non-annotated lightweight tag. Then create an annotated tag as a full git object. Use the git tag command to show the list of all the tags. Use the git show command for both tags individually to display the information for both the non-annotated lightweight and fully annotated git object tags. Push both the tags to the online remote repository on your GitHub account. Now delete the non-annotated lightweight tag from your local repository. Show that the non-annotated lightweight tag is deleted from the local repository but show that it is still on the online remote repository. Now use the push command to delete the non-annotated lightweight tag on the online remote repository. Now show that the non-annotated lightweight tag has been deleted from both the local and online repositories. Now create and checkout a new branch from the annotated tag on your local repository. Now create another separate tag on a previous commit. Make sure to show a video recording or show screenshots of each and every single step given above. Show all the steps listed above as screenshots
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started