When resolving conflicts, the git _______ command allows a user to navigate through conflicted files.

  • Resolve
  • Merge
  • Diff
  • Checkout
The correct option is Checkout. The git Checkout command in the context of conflict resolution allows a user to navigate through conflicted files. It helps in selecting the desired changes and resolving conflicts during the merge process.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *