How can one know the branches that are already merged into the master branch?
Answer / Priyank Kaushik
To find out which branches have been merged into the master branch, you can use Git command line tools. Using commands like `git log --merges` or `git merge-base --all origin/master` will help you identify all the branches that have been successfully merged into the master.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are essential skills needed to become a devops engineer?
How does kubernetes provide high availability of applications in a cluster?
Mention some important features of memcached?
What is DevOps Azure?
What are the advantages of devops int respect of technical and business perspective?
Explain continuous testing.
Name a few branching strategies used in devops?
What is DevOps automation?
Explain the role of DevOps?
What is the most important thing devops helps us achieve ?
What is DevOps lifecycle?
What are the advantages of devops with respect to technical and business perspective ?