Microsoft
70-355 · Question #37
You are developing a Universal Windows Platform (UWP) app and all of the code elements are hosted in GitHub. You need to create a new branch in GitHub. What commands should you run? To answer, drag…
To create a new branch named 'newBranch' and switch to it, the first target should be 'git' completing 'git checkout -b newBranch'. To push the new branch to the origin, the second target should be 'push' completing 'git push origin newBranch'.
Implement services
Question
You are developing a Universal Windows Platform (UWP) app and all of the code elements are hosted in GitHub. You need to create a new branch in GitHub. What commands should you run? To answer, drag the appropriate values to the correct targets.
Explanation
To create a new branch named 'newBranch' and switch to it, the first target should be 'git' completing 'git checkout -b newBranch'. To push the new branch to the origin, the second target should be 'push' completing 'git push origin newBranch'.
Topics
#UWP#GitHub#branching#git commands
Community Discussion
No community discussion yet for this question.