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 is the role of aws in devops ?
Name three important devops kpis?
Mention what is the difference between memcache and memcached?
What all the major provisioning tools in devops ?
Explain continuous monitoring.
Explain the role of DevOps?
How is chef used as a cm tool ?
Explain some of the metrics that were followed for devops success.
Explain continuous testing.
Name a few branching strategies used in devops?
Define alm (application life cycle management) ?
What is DevOps culture?