Question 250:
Your team is working on an application with its code hosted in a git repository in Azure Repos. The application source is made up of multiple branches. You want to ensure that when the main branch is updated with the feature branch, it overrides the Git repository history. Which of the following would you use as a Git option for this?
Answer options:
A.Rebase B.Fetch C.Merge D.Push