What does merging in Git involve?

  • Combining changes from one branch to another
  • Creating a new repository
  • Deleting branches in a repository
  • Rewriting commit history
Merging in Git involves combining changes from one branch to another. It allows developers to integrate changes made in one branch into another branch, typically merging feature branches into the main development branch.
Add your answer
Loading...

Leave a comment

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