The git ________ command provides a byte-wise comparison between two branches to diagnose corruption or discrepancies.

  • git diff
  • git compare
  • git diagnose
  • git verify
The correct option is  git diff. This command is used to show the differences between two branches at a byte level, making it useful for diagnosing corruption or discrepancies in the branches.
Add your answer
Loading...

Leave a comment

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