This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Choose the best response for each question.
What is the correct sequence of commands to update the current working branch on the remote repository (GitHub) with local changes?
git add; git commit; and git push
git push; git commit; and git add
git update; git merge
What command lets you create a new branch and automatically start working in the new branch?
git clone
git checkout -b <branchname>
git branch -checkout <branchname>
You must answer all questions before checking your work.
Was this page helpful?