culTest

    One of the 25 questions in this topic

    How much do you know about Git & GitHub: Branches and Collaboration?

    What does git merge --abort do?

    Answers

    It deletes the repository.
    It stops the current merge process and returns the files to their original state before the conflict.Correct
    It forces the merge by deleting the errors.
    It sends an error to GitHub.

    It is the panic button when a merge conflict becomes too complicated to resolve.