EMERGING TRENDS IN SOFTWARE ENGINEERING
DEVOPS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
For which branches does the pull request/pull request policy apply?
|
only for master
|
|
release y master
|
|
master y develop
|
|
for all branches
|
Explanation:
Detailed explanation-1: -Go to the feature branch with git checkout-b [branch-name] . Then we can run git request-pull master ./ to run a comparison from the feature branch to the master. Notice that we state the master as the start and the local repository to compare so to get an accurate results, we need to be pulled from the latest master.
Detailed explanation-2: -On GitHub.com, navigate to the main page of the repository. In the “Branch” menu, choose the branch that contains your commits. Above the list of files, click Pull request. More items
There is 1 question to complete.