What is the purpose of the "git merge" command?
- Combine changes from different branches
- Create a new branch
- Delete a branch
- Rename a branch
The "git merge" command in Git is used to combine changes from different branches. It integrates changes from the specified branch into the current branch, enabling collaboration and code integration in a Git repository.
Loading...
Related Quiz
- What is the role of consistency level in distributed databases like Cassandra?
- Which Git command is used to abort a merge in progress due to conflicts?
- What is a popular platform used for version control and collaboration in software development?
- What is idempotency in the context of Infrastructure as Code?
- In TDD, what is the purpose of a "failing test"?