What is the purpose of the Git command "git merge"?
- To combine changes from different branches
- To create a new branch
- To delete a branch
- To rename a branch
The purpose of the Git command git merge is to combine changes from different branches. It integrates changes from the specified branch into the current branch, facilitating collaboration and code integration.
Loading...
Related Quiz
- Which HTTP method is typically used for creating a new resource in a RESTful API?
- _______ is a technique used to optimize database performance by storing frequently accessed data in memory.
- Which of the following tools is commonly used for logging in web applications?
- In which collaboration tool can developers create and manage branches for implementing new features or fixing bugs?
- The command "git reflog" displays a _______ of actions that have been taken in the repository.