PrepAway - Latest Free Exam Questions & Answers

What commands should you run?

DRAG DROP
You are developing a Universal Windows Platform (UWP) app. All of the code sources 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. Each value
may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to
view content.
Select and Place:

PrepAway - Latest Free Exam Questions & Answers

Answer:

Explanation:
Box 1:
The git checkout command switch branches or restore working tree files.
Specifying -b causes a new branch to be created as if git-branch[1] were called and then checked out.
Box 2:
The git push command push changes to a remote repository.
Example: git push origin
Without additional configuration, pushes the current branch to the configured upstream

http://git-scm.com/docs


Leave a Reply