Github Foundations · Free Practice Question Medium

Question 2

What is the purpose of creating and using saved replies on GitHub?

  • A

    used for tracking changes made by collaborators across different branches of a repository

  • B

    to store confidential information that can be shared across different repositories for enhanced collaboration

  • C

    to help streamline code reviews and issue discussions by providing reusable responses to common comments or questions

  • D

    used to automatically generate new responses to commonly asked questions in the repository

Reveal correct answer

Correct answer: C

Explanation

The primary purpose of creating and using saved replies on GitHub is to streamline code reviews and issue discussions. By saving and reusing common responses, it enhances efficiency and consistency in communication.

********************

WRONG ANSWERS:

  • Saved replies are not designed to store confidential information. They are meant to provide reusable responses in a transparent and collaborative manner.

  • Saved replies do not generate new responses automatically. They save time for frequently used replies.

  • Saved replies are not directly related to tracking changes collaborators make across different branches. They are more focused on improving communication and response efficiency.

https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/about-saved-replies

A. Saved replies on GitHub are not used for tracking changes made by collaborators across different branches of a repository. They are specifically designed to provide reusable responses for common comments or questions during code reviews and issue discussions.

B. Saved replies on GitHub are not intended for storing confidential information. They are meant to provide reusable responses for common comments or questions in a transparent and collaborative manner.

C. Creating and using saved replies on GitHub helps streamline code reviews and issue discussions by providing pre-written responses to common comments or questions. This saves time and ensures consistency in communication across the repository.

D. Saved replies on GitHub do not automatically generate new responses to commonly asked questions. They are manually created responses that can be reused to improve efficiency in communication.

Discussion

Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.

You must be logged in to post a comment.

Preparing For

Your Certification?

255+ certifications
Detailed explanations
Free PDF samples

Has All The Questions You Need