A team is working on a feature branch and wants to integrate their work into the main project. What should they initiate for review and discussion?

  • Git Pull Request
  • Git Merge
  • Git Branching
  • Git Commit
In Git, a Pull Request is commonly used to initiate a review and discussion when merging feature branches into the main project. It allows team collaboration and thorough review before integration.
Add your answer
Loading...

Leave a comment

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