NANDHOO
.
Learning Paths
Dashboard
Sign In
Home
Dashboard
Git: The Complete Version Control Guide
Tags and Releases
Quiz
Chapter Quiz: Tags and Releases
Tags and Releases
Complete this assessment with 100% score to master this chapter.
01
Which type of tag is recommended for software releases because it stores metadata and can be signed?
Lightweight Tag
Annotated Tag
Release Tag
Signed Branch
02
How do you push tags to a remote repository?
git push
Tags are pushed automatically
git push --tags
git upload tags
Submit Answers
Back to Lesson
Next Chapter