In distributed teams, the git _______ command is crucial for ensuring changes are synchronized without overwriting others' work.

  • pull
  • merge
  • fetch
  • clone
The correct option is 'merge.' In distributed teams, the 'git merge' command is used to integrate changes from different branches, ensuring that modifications are synchronized without overwriting each other's work. This command plays a vital role in collaborative development workflows.
Add your answer
Loading...

Leave a comment

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