culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    What is a pull request, or merge request?

    Answers

    A request to download changes
    A request for the repository owner to integrate your changesCorrect
    A request to create a new branch
    A command to update the local repository

    A pull request, PR, or merge request is a request for the repository owner to review and integrate changes you made in your fork or branch. It is a platform feature that makes collaboration easier by enabling code discussions and reviews before integration.