Site icon Exam4Training

As a user, what feature can you use to merge proposed changes in a repository on GitHub?

As a user, what feature can you use to merge proposed changes in a repository on GitHub?
A . Issues
B . Pull requests
C . Projects
D . Discussions

Answer: B

Explanation:

The feature you can use to merge proposed changes in a repository on GitHub is Pull requests. Pull requests are a core feature of GitHub, allowing developers to propose changes to a codebase, review code, discuss the changes, and eventually merge them into the main branch. This collaborative workflow ensures that code is reviewed and vetted before becoming part of the project.

Exit mobile version