ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 36 - AZ-400 discussion

Report
Export

HOTSPOT

You are finalizing a release in GitHub.

You need to apply the following labels to the release:

Name

Email

Release v3.0

Release date

How should you complete the get command? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 36
Correct answer: Question 36

Explanation:

Box 1; tag

Tagging. Like most VCSs, get has the ability to tag specific points in a repository’s history as being important. Typically, people use this functionality to mark release points (v1.0, v2.0 and so on).

Box 2: -a

Creating an annotated tag in get is simple. The easiest way is to specify -a when you run the tag command:

Example:

$ get tag -a v1.4 -m "my version 1.4"

Box 3: -m

Reference:

https://git-scm.com/book/en/v2/Git-Basics-Tagging

asked 02/10/2024
Sundarrajan Mugunthan
34 questions
User
0 comments
Sorted by

Leave a comment first