During a code review, a team member identifies an issue that could potentially break the build. What Git feature allows for collaborative discussion and resolution?

  • Git Stash
  • Git Revert
  • Git Bisect
  • Git Comments
Git Comments allow collaborative discussion during code reviews. Developers can comment on specific lines of code, addressing issues, proposing solutions, and ensuring a smooth resolution process.
Add your answer
Loading...

Leave a comment

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