Which Git command is used to view the branches that have been merged into the current branch?
- git branch
- git branch --merged
- git log
- git merge
The git branch --merged command is used to view the branches that have been merged into the current branch. It helps identify which branches are safe to delete after merging.
Loading...
Related Quiz
- A stored procedure is _______ in a relational database, which can be executed by invoking its name.
- Azure _______ is used for monitoring and diagnostics of applications deployed on Azure.
- In OAuth 2.0, the _______ grant type is commonly used for server-to-server communication.
- In TDD, what is the purpose of a "failing test"?
- Which method is used to add elements to the end of an array in JavaScript?