ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 316 - AZ-400 discussion

Report
Export

You have a GitHub repository that contains the source code for an app.

You need to identify all the changes made between versions 1.4.16 and 1.6.12 of the source code.

How should you complete the get command? To answer, select the appropriate options in the answer area. get _________ ____________ | helper-script > changes.txt

NOTE: Each correct selection is worth one point.

A.
get diff v1.4.16 v1.6.12 | helper-script > changes.txt
Answers
A.
get diff v1.4.16 v1.6.12 | helper-script > changes.txt
Suggested answer: A

Explanation:

This command will compare the changes made between versions 1.4.16 and 1.6.12 of the source code in your GitHub repository, pipe the output through the helper-script and save the result to a file called "changes.txt" Please note that, this command assumes that you have a helper-script that can handle get diff output as an input and processes it further. It is not a default get command.

asked 02/10/2024
Adam Burdett
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first